pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pkginfo



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar 23 10:56:11 UTC 2018

Modified Files:
        pkgsrc/devel/py-pkginfo: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pkginfo/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pkginfo/distinfo

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

Modified files:

Index: pkgsrc/devel/py-pkginfo/Makefile
diff -u pkgsrc/devel/py-pkginfo/Makefile:1.6 pkgsrc/devel/py-pkginfo/Makefile:1.7
--- pkgsrc/devel/py-pkginfo/Makefile:1.6        Mon Sep  4 18:08:21 2017
+++ pkgsrc/devel/py-pkginfo/Makefile    Fri Mar 23 10:56:11 2018
@@ -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 @@ HOMEPAGE=     https://pypi.python.org/pypi/p
 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"

Index: pkgsrc/devel/py-pkginfo/distinfo
diff -u pkgsrc/devel/py-pkginfo/distinfo:1.5 pkgsrc/devel/py-pkginfo/distinfo:1.6
--- pkgsrc/devel/py-pkginfo/distinfo:1.5        Mon Nov 14 14:19:54 2016
+++ pkgsrc/devel/py-pkginfo/distinfo    Fri Mar 23 10:56:11 2018
@@ -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