pkgsrc-WIP-changes archive

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

py-progressbar2: remove, newer version in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 5 23:07:33 2022 +0100
Changeset:	02011ffcc830f39823e7e57d80971237d9b205ef

Modified Files:
	Makefile
	TODO
	py-sentry/Makefile
Removed Files:
	py-progressbar2/DESCR
	py-progressbar2/Makefile
	py-progressbar2/PLIST
	py-progressbar2/distinfo

Log Message:
py-progressbar2: remove, newer version in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=02011ffcc830f39823e7e57d80971237d9b205ef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |  1 -
 TODO                     |  2 --
 py-progressbar2/DESCR    |  2 --
 py-progressbar2/Makefile | 16 ----------------
 py-progressbar2/PLIST    | 28 ----------------------------
 py-progressbar2/distinfo |  5 -----
 py-sentry/Makefile       |  2 +-
 7 files changed, 1 insertion(+), 55 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f7376f4e37..e2c3688b0c 100644
--- a/Makefile
+++ b/Makefile
@@ -4342,7 +4342,6 @@ SUBDIR+=	py-prioritized-methods
 SUBDIR+=	py-processing
 SUBDIR+=	py-prody
 SUBDIR+=	py-progressbar
-SUBDIR+=	py-progressbar2
 SUBDIR+=	py-projectq
 SUBDIR+=	py-prometheus-client
 SUBDIR+=	py-promise
diff --git a/TODO b/TODO
index 84961fbc00..2ef4cae728 100644
--- a/TODO
+++ b/TODO
@@ -105,8 +105,6 @@ Suggested package updates
 	o pessulus-2.30.4
 	o pike-7.8.700
 	o py-PyPE-2.9
-	o py-bitstring-3.1.3
-	o py-progressbar2-3.53.1
 	o py-rpyc-3.2.1
 	o py-smop-0.29
 	o py-vanguards-0.3.1
diff --git a/py-progressbar2/DESCR b/py-progressbar2/DESCR
deleted file mode 100644
index 0d9426c4e0..0000000000
--- a/py-progressbar2/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Python Progressbar library to provide visual (yet text based) progress
-to long running operations
diff --git a/py-progressbar2/Makefile b/py-progressbar2/Makefile
deleted file mode 100644
index cb12980cf0..0000000000
--- a/py-progressbar2/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	progressbar2-3.6.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	misc python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/progressbar2/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/WoLpH/python-progressbar
-COMMENT=	Text progress bar library for Python
-LICENSE=	gnu-lgpl-v3 AND modified-bsd
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-progressbar2/PLIST b/py-progressbar2/PLIST
deleted file mode 100644
index 4d465066a2..0000000000
--- a/py-progressbar2/PLIST
+++ /dev/null
@@ -1,28 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/progressbar/__about__.py
-${PYSITELIB}/progressbar/__about__.pyc
-${PYSITELIB}/progressbar/__about__.pyo
-${PYSITELIB}/progressbar/__init__.py
-${PYSITELIB}/progressbar/__init__.pyc
-${PYSITELIB}/progressbar/__init__.pyo
-${PYSITELIB}/progressbar/bar.py
-${PYSITELIB}/progressbar/bar.pyc
-${PYSITELIB}/progressbar/bar.pyo
-${PYSITELIB}/progressbar/base.py
-${PYSITELIB}/progressbar/base.pyc
-${PYSITELIB}/progressbar/base.pyo
-${PYSITELIB}/progressbar/six.py
-${PYSITELIB}/progressbar/six.pyc
-${PYSITELIB}/progressbar/six.pyo
-${PYSITELIB}/progressbar/utils.py
-${PYSITELIB}/progressbar/utils.pyc
-${PYSITELIB}/progressbar/utils.pyo
-${PYSITELIB}/progressbar/widgets.py
-${PYSITELIB}/progressbar/widgets.pyc
-${PYSITELIB}/progressbar/widgets.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-progressbar2/distinfo b/py-progressbar2/distinfo
deleted file mode 100644
index 7746fed460..0000000000
--- a/py-progressbar2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/06/09 23:15:39 jihbed Exp $
-
-RMD160 (progressbar2-3.6.0.tar.gz) = fb60c36bae7b2eea9696ae5ebee65fcc144be426
-SHA512 (progressbar2-3.6.0.tar.gz) = 96575ca1f08c2d5c82ed03f39e46d3e66187b7c9f34dda2470d6a8c869ba2bf8ecca82ba5d1dd98408d09fa1402977f2f50e35d49a08998a3814b57092b10666
-Size (progressbar2-3.6.0.tar.gz) = 20439 bytes
diff --git a/py-sentry/Makefile b/py-sentry/Makefile
index a54b279c8b..4c701d98e5 100644
--- a/py-sentry/Makefile
+++ b/py-sentry/Makefile
@@ -42,7 +42,7 @@ DEPENDS+=	${PYPKGPREFIX}-openid>=2.2.5:../../security/py-openid
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=5.0.0:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-percy>=1.1.2:../../wip/py-percy
 DEPENDS+=	${PYPKGPREFIX}-petname>=2.2:../../wip/py-petname
-DEPENDS+=	${PYPKGPREFIX}-progressbar2>=3.6.0:../../wip/py-progressbar2
+DEPENDS+=	${PYPKGPREFIX}-progressbar2>=3.6.0:../../devel/py-progressbar2
 DEPENDS+=	${PYPKGPREFIX}-psycopg2>=2.7.4:../../databases/py-psycopg2
 DEPENDS+=	${PYPKGPREFIX}-pyaml>=17.12.1:../../textproc/py-pyaml
 DEPENDS+=	${PYPKGPREFIX}-qrcode>=5.3:../../graphics/py-qrcode


Home | Main Index | Thread Index | Old Index