Page MenuHomeFreeBSD

D4511.id11096.diff
No OneTemporary

D4511.id11096.diff

Index: py-pkgconfig/Makefile
===================================================================
--- py-pkgconfig/Makefile
+++ py-pkgconfig/Makefile
@@ -0,0 +1,19 @@
+# Created by: Johannes Meixner <xmj@chaot.net>
+# $FreeBSD$
+
+PORTNAME= pkgconfig
+PORTVERSION= 1.1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= xmj@chaot.net
+COMMENT= Python module to interface with the pkg-config command line tool
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: py-pkgconfig/distinfo
===================================================================
--- py-pkgconfig/distinfo
+++ py-pkgconfig/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pkgconfig-1.1.0.tar.gz) = 709daaf077aa2b33bedac12706373412c3683576a43013bbaa529fc2769d80df
+SIZE (pkgconfig-1.1.0.tar.gz) = 3887
Index: py-pkgconfig/files/patch-setup.py
===================================================================
--- py-pkgconfig/files/patch-setup.py
+++ py-pkgconfig/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2015-12-08 03:19:32 UTC
++++ setup.py
+@@ -11,7 +11,5 @@ setup(
+ license='MIT',
+ packages=['pkgconfig'],
+ description="Interface Python with pkg-config",
+- long_description=open('README.rst').read(),
+- setup_requires=['nose>=1.0'],
+- test_suite='test',
++ long_description=open('README.rst').read()
+ )
Index: py-pkgconfig/pkg-descr
===================================================================
--- py-pkgconfig/pkg-descr
+++ py-pkgconfig/pkg-descr
@@ -0,0 +1,4 @@
+pkgconfig is a Python module to interface with the pkg-config command line tool
+and supports Python 2.6+.
+
+WWW: https://pypi.python.org/pypi/pkgconfig

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 29, 4:25 PM (17 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32358614
Default Alt Text
D4511.id11096.diff (1 KB)

Event Timeline