FreeBSD Bugzilla – Attachment 160269 Details for
Bug 202604
[new port][patch] sysutils/py-pkginfo: Query metadatdata from sdists / bdists / installed packages.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
py-pkginfo.patch (text/plain), 2.83 KB, created by
Maxim Filimonov
on 2015-08-24 00:17:00 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-08-24 00:17:00 UTC
Size:
2.83 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 395029) >+++ Makefile (working copy) >@@ -768,6 +768,7 @@ > SUBDIR += py-honcho > SUBDIR += py-iowait > SUBDIR += py-nagiosplugin >+ SUBDIR += py-pkginfo > SUBDIR += py-ploy > SUBDIR += py-ploy_ansible > SUBDIR += py-ploy_ec2 >Index: py-pkginfo/Makefile >=================================================================== >--- py-pkginfo/Makefile (revision 0) >+++ py-pkginfo/Makefile (working copy) >@@ -0,0 +1,19 @@ >+# $FreeBSD$ >+ >+PORTNAME= pkginfo >+PORTVERSION= 1.2.1 >+CATEGORIES= sysutils python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= che@bein.link >+COMMENT= Query metadatdata from sdists / bdists / installed packages. >+ >+LICENSE= MIT >+ >+#RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \ >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: py-pkginfo/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: py-pkginfo/distinfo >=================================================================== >--- py-pkginfo/distinfo (revision 0) >+++ py-pkginfo/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (pkginfo-1.2.1.tar.gz) = ad3f6dfe8a831f96a7b56a588ca874137ca102cc6b79fc9b0a1c3b7ab7320f3c >+SIZE (pkginfo-1.2.1.tar.gz) = 31072 > >Property changes on: py-pkginfo/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: py-pkginfo/pkg-descr >=================================================================== >--- py-pkginfo/pkg-descr (revision 0) >+++ py-pkginfo/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+This package provides an API for querying the distutils metadata written in >+the PKG-INFO file inside a source distriubtion (an sdist) or a binary >+distribution (e.g., created by running bdist_egg). It can also query the >+EGG-INFO directory of an installed distribution, and the *.egg-info stored in >+a "development checkout" (e.g, created by running setup.py develop). >+ >+WWW: http://lostpackets.de/khal/ > >Property changes on: py-pkginfo/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 202604
:
160269
|
160270
|
160271
|
161630
|
161631