Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 16:04:49 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 646f3fc38189 - main - biology/py-py-pybigwig: Patch out setup.py warning
Message-ID:  <202110131604.19DG4nXR007594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=646f3fc38189ac3bd4d764b366a3e685b46775da

commit 646f3fc38189ac3bd4d764b366a3e685b46775da
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2021-10-13 15:53:49 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2021-10-13 16:02:12 +0000

    biology/py-py-pybigwig: Patch out setup.py warning
    
    Neglected to add this file during previous commit
---
 biology/py-pybigwig/files/patch-setup.py | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/biology/py-pybigwig/files/patch-setup.py b/biology/py-pybigwig/files/patch-setup.py
new file mode 100644
index 000000000000..30a4bc936ca3
--- /dev/null
+++ b/biology/py-pybigwig/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig	2021-10-13 13:55:13 UTC
++++ setup.py
+@@ -69,7 +69,7 @@ setup(name = 'pyBigWig',
+        url = "https://github.com/dpryan79/pyBigWig",
+        download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.3.13",
+        keywords = ["bioinformatics", "bigWig", "bigBed"],
+-       classifier = ["Development Status :: 5 - Production/Stable",
++       classifiers = ["Development Status :: 5 - Production/Stable",
+                      "Intended Audience :: Developers",
+                      "License :: OSI Approved",
+                      "Programming Language :: C",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110131604.19DG4nXR007594>