pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-python-digest: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80a8cb0cdce
branches:  trunk
changeset: 382111:e80a8cb0cdce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 20 22:58:17 2022 +0000

description:
py-python-digest: remove

Not used any longer, use py-python3-digest

diffstat:

 doc/CHANGES-2022                      |   3 ++-
 lang/python/versioned_dependencies.mk |   5 ++---
 www/Makefile                          |   3 +--
 www/py-python-digest/DESCR            |   4 ----
 www/py-python-digest/Makefile         |  19 -------------------
 www/py-python-digest/PLIST            |  18 ------------------
 www/py-python-digest/distinfo         |   5 -----
 7 files changed, 5 insertions(+), 52 deletions(-)

diffs (119 lines):

diff -r 71718905a673 -r e80a8cb0cdce doc/CHANGES-2022
--- a/doc/CHANGES-2022  Wed Jul 20 22:56:23 2022 +0000
+++ b/doc/CHANGES-2022  Wed Jul 20 22:58:17 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3468 2022/07/20 22:56:23 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.3469 2022/07/20 22:58:18 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -5220,3 +5220,4 @@
        Updated cad/kicad-templates to 6.0.6 [tnn 2022-07-20]
        Updated devel/py-zanata-python-client to 1.5.3 [wiz 2022-07-20]
        Updated www/py-django-tastypie to 0.14.4 [wiz 2022-07-20]
+       Removed www/py-python-digest successor www/py-python3-digest [wiz 2022-07-20]
diff -r 71718905a673 -r e80a8cb0cdce lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Wed Jul 20 22:56:23 2022 +0000
+++ b/lang/python/versioned_dependencies.mk     Wed Jul 20 22:58:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.80 2022/07/20 22:23:49 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.81 2022/07/20 22:58:17 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
 # PYTHON_VERSIONED_DEPENDENCIES
 #       The Python package which should be added as a dependency.
 #
-#       Possible values: Pillow X cairo chardet click cryptography flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyphen 
python-digest rsa setuptools setuptools_scm test twisted
+#       Possible values: Pillow X cairo chardet click cryptography flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyphen rsa 
setuptools setuptools_scm test twisted
 #       Default: (nothing)
 #
 
@@ -37,7 +37,6 @@
 _SUPPORTED_PACKAGES+=  pip devel/py-pip20 devel/py-pip
 _SUPPORTED_PACKAGES+=  pygments textproc/py-pygments25 textproc/py-pygments
 _SUPPORTED_PACKAGES+=  pyphen textproc/py27-pyphen textproc/py-pyphen
-_SUPPORTED_PACKAGES+=  python-digest www/py-python-digest www/py-python3-digest
 _SUPPORTED_PACKAGES+=  rsa security/py-rsa40 security/py-rsa
 _SUPPORTED_PACKAGES+=  setuptools devel/py-setuptools44 devel/py-setuptools
 _SUPPORTED_PACKAGES+=  setuptools_scm devel/py-setuptools_scm5 devel/py-setuptools_scm
diff -r 71718905a673 -r e80a8cb0cdce www/Makefile
--- a/www/Makefile      Wed Jul 20 22:56:23 2022 +0000
+++ b/www/Makefile      Wed Jul 20 22:58:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1631 2022/06/29 07:54:42 wiz Exp $
+# $NetBSD: Makefile,v 1.1632 2022/07/20 22:58:17 wiz Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -811,7 +811,6 @@
 SUBDIR+=       py-purl
 SUBDIR+=       py-pylint-django
 SUBDIR+=       py-pystache
-SUBDIR+=       py-python-digest
 SUBDIR+=       py-python-mimeparse
 SUBDIR+=       py-python-multipart
 SUBDIR+=       py-python3-digest
diff -r 71718905a673 -r e80a8cb0cdce www/py-python-digest/DESCR
--- a/www/py-python-digest/DESCR        Wed Jul 20 22:56:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-A Python library to aid in implementing HTTP Digest Authentication.
-
-This is the python 2.x-only version of the package. See www/py-python3-digest
-for the python 3.x version.
diff -r 71718905a673 -r e80a8cb0cdce www/py-python-digest/Makefile
--- a/www/py-python-digest/Makefile     Wed Jul 20 22:56:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2022/01/04 20:55:34 wiz Exp $
-
-DISTNAME=      python-digest-1.7
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    python www
-MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-digest/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://bitbucket.org/akoha/python-digest/
-COMMENT=       Python library to aid in implementing HTTP Digest Authentication
-LICENSE=       modified-bsd
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_ACCEPTED=      27
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 71718905a673 -r e80a8cb0cdce www/py-python-digest/PLIST
--- a/www/py-python-digest/PLIST        Wed Jul 20 22:56:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/02 04:27:32 rodent Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/python_digest/__init__.py
-${PYSITELIB}/python_digest/__init__.pyc
-${PYSITELIB}/python_digest/__init__.pyo
-${PYSITELIB}/python_digest/http.py
-${PYSITELIB}/python_digest/http.pyc
-${PYSITELIB}/python_digest/http.pyo
-${PYSITELIB}/python_digest/tests.py
-${PYSITELIB}/python_digest/tests.pyc
-${PYSITELIB}/python_digest/tests.pyo
-${PYSITELIB}/python_digest/utils.py
-${PYSITELIB}/python_digest/utils.pyc
-${PYSITELIB}/python_digest/utils.pyo
diff -r 71718905a673 -r e80a8cb0cdce www/py-python-digest/distinfo
--- a/www/py-python-digest/distinfo     Wed Jul 20 22:56:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:30:45 nia Exp $
-
-BLAKE2s (python-digest-1.7.tar.gz) = 044f71a181a4e45f761da6d06638fffcd937d355042a6d5fe6feccb8791fccfe
-SHA512 (python-digest-1.7.tar.gz) = 15bfdb8e42275bc8f7fbc10f6f8bcd109852c57b77e98c8c2251784278fb135db494b0224341d34626ad49ea4db2a8803b2eb89d70d88b704819f4e6ca10f7e1
-Size (python-digest-1.7.tar.gz) = 10073 bytes



Home | Main Index | Thread Index | Old Index