pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc py-jersey: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb3e14a8f694
branches:  trunk
changeset: 385207:eb3e14a8f694
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 17:54:57 2022 +0000

description:
py-jersey: remove

No upstream, only supports python 2.x, no users in pkgsrc

diffstat:

 devel/Makefile           |   3 +--
 devel/py-jersey/DESCR    |   2 --
 devel/py-jersey/Makefile |  21 ---------------------
 devel/py-jersey/PLIST    |  36 ------------------------------------
 devel/py-jersey/distinfo |   5 -----
 doc/CHANGES-2022         |   3 ++-
 6 files changed, 3 insertions(+), 67 deletions(-)

diffs (111 lines):

diff -r 8a53602b0461 -r eb3e14a8f694 devel/Makefile
--- a/devel/Makefile    Sun Sep 11 17:52:34 2022 +0000
+++ b/devel/Makefile    Sun Sep 11 17:54:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3795 2022/09/11 16:45:31 wiz Exp $
+# $NetBSD: Makefile,v 1.3796 2022/09/11 17:54:57 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2547,7 +2547,6 @@
 SUBDIR+=       py-jaraco.itertools
 SUBDIR+=       py-jaraco.path
 SUBDIR+=       py-jaraco_util
-SUBDIR+=       py-jersey
 SUBDIR+=       py-joblib
 SUBDIR+=       py-jupyter-console
 SUBDIR+=       py-jupyter_client
diff -r 8a53602b0461 -r eb3e14a8f694 devel/py-jersey/DESCR
--- a/devel/py-jersey/DESCR     Sun Sep 11 17:52:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Jersey extends Twisted's Application framework for use with command-line
-interfaces.
diff -r 8a53602b0461 -r eb3e14a8f694 devel/py-jersey/Makefile
--- a/devel/py-jersey/Makefile  Sun Sep 11 17:52:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2022/02/13 08:53:43 wiz Exp $
-
-DISTNAME=      jersey-0.1.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jersey/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/jersey
-COMMENT=       Framework for building Twisted Python command-line interfaces
-LICENSE=       modified-bsd
-
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted19
-DEPENDS+=              ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted19
-DEPENDS+=              ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
-
-PYTHON_VERSIONS_ACCEPTED=      27 # as of 0.1.5
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8a53602b0461 -r eb3e14a8f694 devel/py-jersey/PLIST
--- a/devel/py-jersey/PLIST     Sun Sep 11 17:52:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/20 18:49:25 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/jersey/__init__.py
-${PYSITELIB}/jersey/__init__.pyc
-${PYSITELIB}/jersey/__init__.pyo
-${PYSITELIB}/jersey/_version.py
-${PYSITELIB}/jersey/_version.pyc
-${PYSITELIB}/jersey/_version.pyo
-${PYSITELIB}/jersey/cases/__init__.py
-${PYSITELIB}/jersey/cases/__init__.pyc
-${PYSITELIB}/jersey/cases/__init__.pyo
-${PYSITELIB}/jersey/cases/base.py
-${PYSITELIB}/jersey/cases/base.pyc
-${PYSITELIB}/jersey/cases/base.pyo
-${PYSITELIB}/jersey/cases/test_cli.py
-${PYSITELIB}/jersey/cases/test_cli.pyc
-${PYSITELIB}/jersey/cases/test_cli.pyo
-${PYSITELIB}/jersey/cases/test_inet.py
-${PYSITELIB}/jersey/cases/test_inet.pyc
-${PYSITELIB}/jersey/cases/test_inet.pyo
-${PYSITELIB}/jersey/cases/test_log.py
-${PYSITELIB}/jersey/cases/test_log.pyc
-${PYSITELIB}/jersey/cases/test_log.pyo
-${PYSITELIB}/jersey/cli.py
-${PYSITELIB}/jersey/cli.pyc
-${PYSITELIB}/jersey/cli.pyo
-${PYSITELIB}/jersey/inet.py
-${PYSITELIB}/jersey/inet.pyc
-${PYSITELIB}/jersey/inet.pyo
-${PYSITELIB}/jersey/log.py
-${PYSITELIB}/jersey/log.pyc
-${PYSITELIB}/jersey/log.pyo
diff -r 8a53602b0461 -r eb3e14a8f694 devel/py-jersey/distinfo
--- a/devel/py-jersey/distinfo  Sun Sep 11 17:52:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:36 nia Exp $
-
-BLAKE2s (jersey-0.1.5.tar.gz) = 39efda43c122b6a03f19c5a0bafca8bb5930a8f973f6ea8be35bf8b91f537c91
-SHA512 (jersey-0.1.5.tar.gz) = 7393602282489ac72d997cac866283ff19b460c81dece2cd142b65e44722cd1e83e6fbcaeba79198ee507729fbbd28499d7f8096db3f9c962a6bb7c720914c2f
-Size (jersey-0.1.5.tar.gz) = 14031 bytes
diff -r 8a53602b0461 -r eb3e14a8f694 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Sep 11 17:52:34 2022 +0000
+++ b/doc/CHANGES-2022  Sun Sep 11 17:54:57 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4491 2022/09/11 17:52:34 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.4492 2022/09/11 17:54:57 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -6639,3 +6639,4 @@
        Updated devel/tig to 2.5.7 [fcambus 2022-09-11]
        Added textproc/py-lunr version 0.6.2 [wiz 2022-09-11]
        Updated devel/py-doctor to 22.7.0 [wiz 2022-09-11]
+       Removed devel/py-jersey [wiz 2022-09-11]



Home | Main Index | Thread Index | Old Index