Skip to content

Commit 7015cc3

Browse files
committed
py-bcbio-gff: fix build with setuptools 82
1 parent cc28365 commit 7015cc3

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

biology/py-bcbio-gff/distinfo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
$NetBSD: distinfo,v 1.2 2025/01/16 13:10:08 bacon Exp $
1+
$NetBSD: distinfo,v 1.3 2026/02/17 15:54:54 wiz Exp $
22

33
BLAKE2s (bcbio-gff-0.7.1.tar.gz) = 917810f9e112e51afd539b9307e1d05b8fa52e6d8dfa1a375a1705430e6a8f4d
44
SHA512 (bcbio-gff-0.7.1.tar.gz) = 5cb931835e01a211b2fa9a52f6c5ee6a0a23f48a7a33862eb698110a1dc4f154f417ad626a72cab55f4065889f40349e8f955df6b0190e0377989ffaa182b7b7
55
Size (bcbio-gff-0.7.1.tar.gz) = 20102 bytes
6+
SHA1 (patch-setup.py) = a429675a97eda841adcdf2cd0d1739341f3308dd
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
$NetBSD: patch-setup.py,v 1.1 2026/02/17 15:54:54 wiz Exp $
2+
3+
https://github.com/chapmanb/bcbb/issues/148
4+
5+
--- setup.py.orig 2026-02-17 15:52:37.029565857 +0000
6+
+++ setup.py
7+
@@ -1,8 +1,6 @@
8+
#!/usr/bin/env python
9+
"""Python setup file for Blue Collar Bioinformatics scripts and modules.
10+
"""
11+
-from distribute_setup import use_setuptools
12+
-use_setuptools()
13+
from setuptools import setup, find_packages
14+
15+
__version__ = "Undefined"

0 commit comments

Comments
 (0)