Date: Mon, 14 Jun 2021 17:47:23 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7707cddb2b93 - main - devel/py-pkgconfig: Update to 1.5.4 Message-ID: <202106141747.15EHlNoC054455@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7707cddb2b93997b3d64a331c1cad9bbeea0382f commit 7707cddb2b93997b3d64a331c1cad9bbeea0382f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-14 17:40:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-14 17:40:03 +0000 devel/py-pkgconfig: Update to 1.5.4 Changes: https://github.com/matze/pkgconfig/blob/master/README.rst#changelog https://github.com/matze/pkgconfig/commits/master --- devel/py-pkgconfig/Makefile | 4 ++-- devel/py-pkgconfig/distinfo | 6 +++--- devel/py-pkgconfig/pkg-descr | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile index 993bb3f26269..faa40da1258e 100644 --- a/devel/py-pkgconfig/Makefile +++ b/devel/py-pkgconfig/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner <johannes@perceivon.net> PORTNAME= pkgconfig -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.4 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -13,7 +13,7 @@ COMMENT= Interface Python with pkg-config LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.3+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-pkgconfig/distinfo b/devel/py-pkgconfig/distinfo index 243e5cd7bed6..4b024a8bd2fb 100644 --- a/devel/py-pkgconfig/distinfo +++ b/devel/py-pkgconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738777 -SHA256 (pkgconfig-1.5.2.tar.gz) = 38d612488f0633755a2e7a8acab6c01d20d63dbc31af75e2a9ac98a6f638ca94 -SIZE (pkgconfig-1.5.2.tar.gz) = 5763 +TIMESTAMP = 1622214088 +SHA256 (pkgconfig-1.5.4.tar.gz) = c34503829fd226822fd93c902b1cf275516908a023a24be0a02ba687f3a00399 +SIZE (pkgconfig-1.5.4.tar.gz) = 6071 diff --git a/devel/py-pkgconfig/pkg-descr b/devel/py-pkgconfig/pkg-descr index 3ed8f1174acc..4457b2710a58 100644 --- a/devel/py-pkgconfig/pkg-descr +++ b/devel/py-pkgconfig/pkg-descr @@ -1,4 +1,3 @@ pkgconfig is a Python module to interface with the pkg-config command line tool. -WWW: https://pypi.org/project/pkgconfig/ WWW: https://github.com/matze/pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106141747.15EHlNoC054455>