Skip to content

Commit

Permalink
py-pkgconfig: update to 1.3.1.
Browse files Browse the repository at this point in the history
Version 1.3.1
~~~~~~~~~~~~~

- Fix compatibility problems with Python 2.6

Version 1.3.0
~~~~~~~~~~~~~

- Add variables() API to query defined variables
- Disable Python 3.2 and enable Python 3.5 and 3.6 tests
- Fix #16: handle spaces of values in .pc files correctly
  • Loading branch information
wiz committed Feb 11, 2018
1 parent 1ea8ece commit 0f95881
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/py-pkgconfig/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2017/10/13 07:04:28 adam Exp $
# $NetBSD: Makefile,v 1.5 2018/02/11 18:46:47 wiz Exp $

DISTNAME= pkgconfig-1.2.2
DISTNAME= pkgconfig-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pkgconfig/}
Expand Down
3 changes: 1 addition & 2 deletions devel/py-pkgconfig/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@comment $NetBSD: PLIST,v 1.2 2017/10/13 07:04:28 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2018/02/11 18:46:47 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pkgconfig/__init__.py
${PYSITELIB}/pkgconfig/__init__.pyc
Expand Down
10 changes: 5 additions & 5 deletions devel/py-pkgconfig/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2017/10/13 07:04:28 adam Exp $
$NetBSD: distinfo,v 1.4 2018/02/11 18:46:48 wiz Exp $

SHA1 (pkgconfig-1.2.2.tar.gz) = 0d6298425189a359a4f21cdad0d0d4baa9fa2de1
RMD160 (pkgconfig-1.2.2.tar.gz) = 6590391808ce7d19178b22b910170316e92a7e2c
SHA512 (pkgconfig-1.2.2.tar.gz) = 88cfb27755297871c500f37c422da5d4ae30a14e0b9974afbe63f22c59746be0d175b65d9e3d2ed315b4d942046e7c18be062aef914199c99070a2767699848b
Size (pkgconfig-1.2.2.tar.gz) = 5305 bytes
SHA1 (pkgconfig-1.3.1.tar.gz) = fedf4c025da348bad3625f5f190224461aa7aed3
RMD160 (pkgconfig-1.3.1.tar.gz) = 383c1bf0bbf75daf84e8bc94de355c6044bd7128
SHA512 (pkgconfig-1.3.1.tar.gz) = ba47bec202057a54843fd8c3ab7e2b3005f15719c881ffc27fc3b99fffde6b94701f3246702e21bf39a327f6d1463be5a07148cee456882e2d0efe80aef77e7c
Size (pkgconfig-1.3.1.tar.gz) = 5713 bytes

0 comments on commit 0f95881

Please sign in to comment.