Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2019 18:00:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497500 - in head/devel/py-pkgconfig: . files
Message-ID:  <201904011800.x31I0h2W057771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr  1 18:00:43 2019
New Revision: 497500
URL: https://svnweb.freebsd.org/changeset/ports/497500

Log:
  Update to 1.5.0
  
  Changes:	https://github.com/matze/pkgconfig/blob/master/README.rst#changelog

Added:
  head/devel/py-pkgconfig/files/
  head/devel/py-pkgconfig/files/patch-setup.py   (contents, props changed)
Modified:
  head/devel/py-pkgconfig/Makefile

Modified: head/devel/py-pkgconfig/Makefile
==============================================================================
--- head/devel/py-pkgconfig/Makefile	Mon Apr  1 18:00:35 2019	(r497499)
+++ head/devel/py-pkgconfig/Makefile	Mon Apr  1 18:00:43 2019	(r497500)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkgconfig
-PORTVERSION=	1.4.0
-PORTEPOCH=	1
+PORTVERSION=	1.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +13,9 @@ COMMENT=	Interface Python with pkg-config
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
-
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Added: head/devel/py-pkgconfig/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pkgconfig/files/patch-setup.py	Mon Apr  1 18:00:43 2019	(r497500)
@@ -0,0 +1,10 @@
+--- setup.py.orig	1970-01-01 00:00:00 UTC
++++ setup.py
+@@ -20,7 +20,6 @@ setup_kwargs = {
+     'url': 'https://github.com/matze/pkgconfig',
+     'packages': packages,
+     'package_data': package_data,
+-    'extras_require': extras_require,
+     'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
+ }
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904011800.x31I0h2W057771>