pkgsrc-WIP-changes archive

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

py-translationstring: update to 1.4



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon May 20 12:15:22 2024 +0200
Changeset:	2b87b24cc93ded0bfc7ec1cf5b60956941a8d458

Modified Files:
	TODO
	py-translationstring/Makefile
	py-translationstring/PLIST
	py-translationstring/distinfo

Log Message:
py-translationstring: update to 1.4

1.4 (2020-07-09)

    Drop support for Python 2.6, 3.2 and 3.
    Update license classifiers

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

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

diffstat:
 TODO                          |  1 -
 py-translationstring/Makefile | 14 +++++++++-----
 py-translationstring/PLIST    | 10 +++++-----
 py-translationstring/distinfo |  6 +++---
 4 files changed, 17 insertions(+), 14 deletions(-)

diffs:
diff --git a/TODO b/TODO
index db6ddd9924..d0817c46dc 100644
--- a/TODO
+++ b/TODO
@@ -117,7 +117,6 @@ Suggested package updates
 	o py-rpyc-3.2.1
 	o py-sentry-23.7.1
 	o py-smop-0.29
-	o py-translationstring-1.4
 	o py-vanguards-0.3.1
 	o py-xpra-2.2.1
 	o py-zeitgeist-0.9.16
diff --git a/py-translationstring/Makefile b/py-translationstring/Makefile
index b0d10e88ee..49231477ff 100644
--- a/py-translationstring/Makefile
+++ b/py-translationstring/Makefile
@@ -1,19 +1,23 @@
 # $NetBSD$
 
-DISTNAME=	translationstring-1.3
+DISTNAME=	translationstring-1.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/translationstring/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://pylonsproject.org
+HOMEPAGE=	https://github.com/Pylons/translationstring
 COMMENT=	Library for i18n relied on by various Repoze and Pyramid
 LICENSE=	modified-bsd
 
-WRKSRC=			${WRKDIR}/translationstring-1.3
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+WRKSRC=			${WRKDIR}/${DISTNAME}
 
-USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		# none
 
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-translationstring/PLIST b/py-translationstring/PLIST
index 0691659bfe..f8f61d8146 100644
--- a/py-translationstring/PLIST
+++ b/py-translationstring/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
-${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}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/translationstring/__init__.py
 ${PYSITELIB}/translationstring/__init__.pyc
 ${PYSITELIB}/translationstring/__init__.pyo
diff --git a/py-translationstring/distinfo b/py-translationstring/distinfo
index 1241a463c3..cf56f1d424 100644
--- a/py-translationstring/distinfo
+++ b/py-translationstring/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (translationstring-1.3.tar.gz) = 8464d86b1bbdc4dcf4992b2d65df29c4ac50f975
-SHA512 (translationstring-1.3.tar.gz) = deba5b460d9ea640087cff8b5d7b9256708abd4340a54556f1f0542e2e4f9f0ae0a3482b66a176712fcd6925c470da621adbc5e4c4173c0ef29b9cca5fba1102
-Size (translationstring-1.3.tar.gz) = 29259 bytes
+BLAKE2s (translationstring-1.4.tar.gz) = 4f45e79d7e410feae85f4e3cce633d1e819d70bf961db1815d05e78f86026e7b
+SHA512 (translationstring-1.4.tar.gz) = 2f06af782421fcf9ba907a8bc6419cd2c8f5352eee44d051ca1647b418f634e24220727b0eec748c9ead6aeb3c57ea1740356b65d6e2017fa0a395e1823ac81a
+Size (translationstring-1.4.tar.gz) = 24199 bytes


Home | Main Index | Thread Index | Old Index