diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-14 17:40:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-14 17:40:03 +0000 |
commit | 7707cddb2b93997b3d64a331c1cad9bbeea0382f (patch) | |
tree | 5b511b61f73b1508b118347caf0fa9b176bd20c3 | |
parent | 691fe8300b7090b3a3aa2f63a72bc425bbe07a62 (diff) | |
download | ports-7707cddb2b93997b3d64a331c1cad9bbeea0382f.tar.gz ports-7707cddb2b93997b3d64a331c1cad9bbeea0382f.zip |
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
-rw-r--r-- | devel/py-pkgconfig/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pkgconfig/distinfo | 6 | ||||
-rw-r--r-- | 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 |