pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-rt: Remove dependency to py-nose
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <iamleot%gmail.com@localhost>
Pushed By: leot
Date: Mon Jun 25 22:10:22 2018 +0200
Changeset: 66f51b9b8399b3ce877048c12fbcd76e934dfca9
Modified Files:
py-rt/Makefile
py-rt/distinfo
Added Files:
py-rt/patches/patch-setup.py
Log Message:
py-rt: Remove dependency to py-nose
It is just a leftover needed for upstream CI, no part of code/tests needs it.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=66f51b9b8399b3ce877048c12fbcd76e934dfca9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-rt/Makefile | 1 -
py-rt/distinfo | 1 +
py-rt/patches/patch-setup.py | 18 ++++++++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-rt/Makefile b/py-rt/Makefile
index 72967c2a7e..677b108da5 100644
--- a/py-rt/Makefile
+++ b/py-rt/Makefile
@@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v3
DIST_SUBDIR= py-rt # XXX: avoid possible conflicts with devel/rt{3,}
-DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
diff --git a/py-rt/distinfo b/py-rt/distinfo
index f0ad4407b9..cf94f0c273 100644
--- a/py-rt/distinfo
+++ b/py-rt/distinfo
@@ -5,3 +5,4 @@ RMD160 (py-rt/rt-1.0.10.tar.gz) = c33668195117608d33daf8a306f6385689dfd999
SHA512 (py-rt/rt-1.0.10.tar.gz) = ef09818c927eb6b3c6a9b183f92a5ce2424f334dc62d098cc06cd63c5adc8d11e55f9356db6122d2dde0f841d2cfaa713161ba5ce7746e8f509fab89b832dc60
Size (py-rt/rt-1.0.10.tar.gz) = 35402 bytes
SHA1 (patch-rt.py) = 2747d2606e94294f247919460e2ed26e041b49f2
+SHA1 (patch-setup.py) = 8028e89a8a51e939fdb7ebfb9814518ee3173ad3
diff --git a/py-rt/patches/patch-setup.py b/py-rt/patches/patch-setup.py
new file mode 100644
index 0000000000..aac9b11013
--- /dev/null
+++ b/py-rt/patches/patch-setup.py
@@ -0,0 +1,18 @@
+$NetBSD$
+
+Remove not needed dependency to `nose'.
+
+It is just a leftover needed for upstream CI, no part of code
+actually use it.
+
+--- setup.py.orig 2017-12-01 15:48:56.000000000 +0000
++++ setup.py
+@@ -17,7 +17,7 @@ setup(name='rt',
+ author='Jiri Machalek',
+ author_email='edvard.rejthar%nic.cz@localhost',
+ url='https://github.com/CZ-NIC/python-rt',
+- install_requires=['requests', 'six', 'nose'],
++ install_requires=['requests', 'six'],
+ py_modules=['rt'],
+ classifiers=[
+ 'Development Status :: 5 - Production/Stable',
Home |
Main Index |
Thread Index |
Old Index