summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-20 22:58:17 +0000
committerwiz <wiz@pkgsrc.org>2022-07-20 22:58:17 +0000
commit7c2ab182031686dbe8d4f4e05d451d128ebeb5ab (patch)
tree1750581be55de107f77556f97c6c251b6cdf2c96
parent792aeb327dde535d880d6c43f1af94da5843d9ea (diff)
downloadpkgsrc-7c2ab182031686dbe8d4f4e05d451d128ebeb5ab.tar.gz
py-python-digest: remove
Not used any longer, use py-python3-digest
-rw-r--r--doc/CHANGES-20223
-rw-r--r--lang/python/versioned_dependencies.mk5
-rw-r--r--www/Makefile3
-rw-r--r--www/py-python-digest/DESCR4
-rw-r--r--www/py-python-digest/Makefile19
-rw-r--r--www/py-python-digest/PLIST18
-rw-r--r--www/py-python-digest/distinfo5
7 files changed, 5 insertions, 52 deletions
diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022
index 92b925335c4..92813508abd 100644
--- a/doc/CHANGES-2022
+++ b/doc/CHANGES-2022
@@ -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 @@ Changes to the packages collection and infrastructure in 2022:
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 --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk
index 19d513d7066..85325deac1d 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -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+= packaging devel/py-packaging2 devel/py-packaging
_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 --git a/www/Makefile b/www/Makefile
index 439705fb310..c64683a3c13 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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-publicsuffix2
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 --git a/www/py-python-digest/DESCR b/www/py-python-digest/DESCR
deleted file mode 100644
index cc782c739dc..00000000000
--- a/www/py-python-digest/DESCR
+++ /dev/null
@@ -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 --git a/www/py-python-digest/Makefile b/www/py-python-digest/Makefile
deleted file mode 100644
index 9f26dda3d75..00000000000
--- a/www/py-python-digest/Makefile
+++ /dev/null
@@ -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
-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 --git a/www/py-python-digest/PLIST b/www/py-python-digest/PLIST
deleted file mode 100644
index dc58df32620..00000000000
--- a/www/py-python-digest/PLIST
+++ /dev/null
@@ -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 --git a/www/py-python-digest/distinfo b/www/py-python-digest/distinfo
deleted file mode 100644
index e6a1fef8dc2..00000000000
--- a/www/py-python-digest/distinfo
+++ /dev/null
@@ -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