pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pkginfo py-pkginfo: updated to 1.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d47ae3e1a4b
branches:  trunk
changeset: 377814:8d47ae3e1a4b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 23 10:56:11 2018 +0000

description:
py-pkginfo: updated to 1.4.2

1.4.2:
Use relative imports in pkginfo modules. Supports vendoring of the package into setuptools.
Add support for Provides-Extra and Description-Content-Type fields. Per https://packaging.python.org/specifications/. See: PEP 566.
Remove support for old setuptools leaving PKG-INFO in the root of the project directory.

diffstat:

 devel/py-pkginfo/Makefile |   7 +++++--
 devel/py-pkginfo/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r c5c6ece00455 -r 8d47ae3e1a4b devel/py-pkginfo/Makefile
--- a/devel/py-pkginfo/Makefile Fri Mar 23 10:23:12 2018 +0000
+++ b/devel/py-pkginfo/Makefile Fri Mar 23 10:56:11 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/09/04 18:08:21 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/23 10:56:11 adam Exp $
 
-DISTNAME=      pkginfo-1.4.1
+DISTNAME=      pkginfo-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pkginfo/}
@@ -10,6 +10,9 @@
 COMMENT=       Query metadatdata from sdists / bdists / installed packages
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r c5c6ece00455 -r 8d47ae3e1a4b devel/py-pkginfo/distinfo
--- a/devel/py-pkginfo/distinfo Fri Mar 23 10:23:12 2018 +0000
+++ b/devel/py-pkginfo/distinfo Fri Mar 23 10:56:11 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/11/14 14:19:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2018/03/23 10:56:11 adam Exp $
 
-SHA1 (pkginfo-1.4.1.tar.gz) = 173e13e9f9de61e198b588db19cadf5ccd8c3923
-RMD160 (pkginfo-1.4.1.tar.gz) = 1cdc3a99119f793f92029178b6ff076f6884260f
-SHA512 (pkginfo-1.4.1.tar.gz) = 44d4392094e0d5833eca99dfcd603217acf4a7dcbb23f211457d7f547f415076043f76eef46b31780ae19abc4cf18b2dcd7585e293e2802c0739ad8354708b23
-Size (pkginfo-1.4.1.tar.gz) = 32001 bytes
+SHA1 (pkginfo-1.4.2.tar.gz) = 6c0980cdffaa3a2618e3db731c4487b4647dfb34
+RMD160 (pkginfo-1.4.2.tar.gz) = 65db4ba7d508330ae31741d6fc61e8b26c32b70e
+SHA512 (pkginfo-1.4.2.tar.gz) = 536628a2a2472e999695a115449a76f971453aea7ac3a08f10d9b08dfdf4a7b8e67c6010c6f18d300472a6afc8dff33331c955cc2f7bdb357504cd6a36390da3
+Size (pkginfo-1.4.2.tar.gz) = 33539 bytes



Home | Main Index | Thread Index | Old Index