svn commit: r521997 - head/devel/py-python-distutils-extra

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 4 09:02:50 UTC 2020


Author: sunpoet
Date: Sat Jan  4 09:02:49 2020
New Revision: 521997
URL: https://svnweb.freebsd.org/changeset/ports/521997

Log:
  Update to 2.43
  
  - Update MASTER_SITES
  - Update WWW
  
  Changes:	https://salsa.debian.org/python-team/modules/python-distutils-extra/-/tags

Modified:
  head/devel/py-python-distutils-extra/Makefile
  head/devel/py-python-distutils-extra/distinfo
  head/devel/py-python-distutils-extra/pkg-descr

Modified: head/devel/py-python-distutils-extra/Makefile
==============================================================================
--- head/devel/py-python-distutils-extra/Makefile	Sat Jan  4 09:02:44 2020	(r521996)
+++ head/devel/py-python-distutils-extra/Makefile	Sat Jan  4 09:02:49 2020	(r521997)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	python-distutils-extra
-PORTVERSION=	2.39
+PORTVERSION=	2.43
 CATEGORIES=	devel python
-MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \
-		LOCAL/sunpoet
+MASTER_SITES=	DEBIAN
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Add support for i18n, documentation, and icons to distutils
@@ -14,9 +14,10 @@ COMMENT=	Add support for i18n, documentation, and icon
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python tar:xz
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/devel/py-python-distutils-extra/distinfo
==============================================================================
--- head/devel/py-python-distutils-extra/distinfo	Sat Jan  4 09:02:44 2020	(r521996)
+++ head/devel/py-python-distutils-extra/distinfo	Sat Jan  4 09:02:49 2020	(r521997)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485561855
-SHA256 (python-distutils-extra-2.39.tar.gz) = 723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
-SIZE (python-distutils-extra-2.39.tar.gz) = 27389
+TIMESTAMP = 1578117387
+SHA256 (python-distutils-extra_2.43.tar.xz) = f5f360e1221f4a08f75889380b75fec6ff5b30220fb6efd7aba4bae11588616f
+SIZE (python-distutils-extra_2.43.tar.xz) = 38024

Modified: head/devel/py-python-distutils-extra/pkg-descr
==============================================================================
--- head/devel/py-python-distutils-extra/pkg-descr	Sat Jan  4 09:02:44 2020	(r521996)
+++ head/devel/py-python-distutils-extra/pkg-descr	Sat Jan  4 09:02:49 2020	(r521997)
@@ -1,4 +1,4 @@
 Enables you to easily integrate gettext support, themed icons and scrollkeeper
 based documentation into Python's distutils.
 
-WWW: https://launchpad.net/python-distutils-extra
+WWW: https://salsa.debian.org/python-team/modules/python-distutils-extra


More information about the svn-ports-head mailing list