FreeBSD Bugzilla – Attachment 163986 Details for
Bug 205136
[NEW PORT] devel/py-pkgconfig: Python module to interface with the pkg-config command line tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add py-pkgconfig port
py-pkgconfig_1.1.0.diff (text/plain), 3.02 KB, created by
Johannes Jost Meixner
on 2015-12-08 14:54:29 UTC
(
hide
)
Description:
add py-pkgconfig port
Filename:
MIME Type:
Creator:
Johannes Jost Meixner
Created:
2015-12-08 14:54:29 UTC
Size:
3.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 0) >+++ Makefile (working copy) >@@ -0,0 +1,18 @@ >+# 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 >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (revision 0) >+++ distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (pkgconfig-1.1.0.tar.gz) = 709daaf077aa2b33bedac12706373412c3683576a43013bbaa529fc2769d80df >+SIZE (pkgconfig-1.1.0.tar.gz) = 3887 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 0) >+++ files/patch-setup.py (working copy) >@@ -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() >+ ) > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 0) >+++ pkg-descr (working copy) >@@ -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 > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205136
: 163986