svn commit: r509859 - head/sysutils/py-pkginfo

Kai Knoblich kai at FreeBSD.org
Sun Aug 25 23:16:34 UTC 2019


Author: kai
Date: Sun Aug 25 23:16:33 2019
New Revision: 509859
URL: https://svnweb.freebsd.org/changeset/ports/509859

Log:
  sysutils/py-pkginfo: Update to 1.5.0.1
  
  * Pet portlint by making the USES block separate while I'm here
  
  Changelog since 1.4.2:
  
  * Fix broken "sdist".
  * Fix "console_scripts" entry point syntax.
  * Add support for JSON output from the CLI.
  * Add support for installed wheels.  E.g., "dist-info/" dirs.
  * Harden metadata extraction against unexpected encodings.
  * Update tests to match pip/setuptools use of new metadata version.
  * Add support for Python 3.6 and 3.7.
  * Drop support for Python 3.3.
  
  PR:		239784
  Approved by:	maintainer timeout (14 days)
  MFH:		2019Q3

Modified:
  head/sysutils/py-pkginfo/Makefile
  head/sysutils/py-pkginfo/distinfo

Modified: head/sysutils/py-pkginfo/Makefile
==============================================================================
--- head/sysutils/py-pkginfo/Makefile	Sun Aug 25 23:05:51 2019	(r509858)
+++ head/sysutils/py-pkginfo/Makefile	Sun Aug 25 23:16:33 2019	(r509859)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkginfo
-DISTVERSION=	1.4.2
-PORTREVISION=	1
+DISTVERSION=	1.5.0.1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 PORTDOCS=	*
 

Modified: head/sysutils/py-pkginfo/distinfo
==============================================================================
--- head/sysutils/py-pkginfo/distinfo	Sun Aug 25 23:05:51 2019	(r509858)
+++ head/sysutils/py-pkginfo/distinfo	Sun Aug 25 23:16:33 2019	(r509859)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524990990
-SHA256 (pkginfo-1.4.2.tar.gz) = 5878d542a4b3f237e359926384f1dde4e099c9f5525d236b1840cf704fa8d474
-SIZE (pkginfo-1.4.2.tar.gz) = 33539
+TIMESTAMP = 1565552555
+SHA256 (pkginfo-1.5.0.1.tar.gz) = 7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+SIZE (pkginfo-1.5.0.1.tar.gz) = 34496


More information about the svn-ports-all mailing list