diff options
author | kai <kai@FreeBSD.org> | 2019-08-26 07:16:33 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-08-26 07:16:33 +0800 |
commit | 8a4ff4feee067d67c4d081d09088f8d675bc2cfd (patch) | |
tree | 4e364265564aa074167ade664813d54826bc9b58 /sysutils | |
parent | 6480f6fb4e1326cca7f8255e9422ff5d3416fdf4 (diff) | |
download | freebsd-ports-gnome-8a4ff4feee067d67c4d081d09088f8d675bc2cfd.tar.gz freebsd-ports-gnome-8a4ff4feee067d67c4d081d09088f8d675bc2cfd.tar.zst freebsd-ports-gnome-8a4ff4feee067d67c4d081d09088f8d675bc2cfd.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-pkginfo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-pkginfo/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/py-pkginfo/Makefile b/sysutils/py-pkginfo/Makefile index f1d61baa3065..4bf93f777039 100644 --- a/sysutils/py-pkginfo/Makefile +++ b/sysutils/py-pkginfo/Makefile @@ -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= * diff --git a/sysutils/py-pkginfo/distinfo b/sysutils/py-pkginfo/distinfo index b8c621539f16..b4e882570d6c 100644 --- a/sysutils/py-pkginfo/distinfo +++ b/sysutils/py-pkginfo/distinfo @@ -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 |