py-pkgconfig: updated to 1.4.0
Version 1.4.0 Add boolean static keyword to output private libraries as well Raise original OSError as well
This commit is contained in:
parent
d084a47cf2
commit
4b9ffce92f
3 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2018/02/11 18:46:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2018/08/22 12:53:13 adam Exp $
|
||||
|
||||
DISTNAME= pkgconfig-1.3.1
|
||||
DISTNAME= pkgconfig-1.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pkgconfig/}
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/matze/pkgconfig
|
|||
COMMENT= Python wrapper for pkg-config
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=1.0:../../devel/py-nose
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.0:../../devel/py-nose
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= pkg-config:run
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2018/02/11 18:46:47 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2018/08/22 12:53:13 adam 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2018/02/11 18:46:48 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2018/08/22 12:53:13 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (pkgconfig-1.4.0.tar.gz) = d412ffa23fb016affc0b4d2a0ed656f34d960812
|
||||
RMD160 (pkgconfig-1.4.0.tar.gz) = 175fa49ec023b05c30c3c1f0425f5b95c4ab172c
|
||||
SHA512 (pkgconfig-1.4.0.tar.gz) = 8a270449b7b8b850aab9cc5774d1d6c6b68254f00157b66530c15697eda214948d3a71a75725067d63b906a9c3b1d789a775ac15a1094ff5ba3f227bcd666528
|
||||
Size (pkgconfig-1.4.0.tar.gz) = 5915 bytes
|
||||
|
|
Loading…
Reference in a new issue