ports/184629: [NEW PORT] devel/py-checkmanifest: Check MANIFEST.in in a Python source package for completeness
Johannes Jost Meixner
xmj at chaot.net
Mon Dec 9 11:10:01 UTC 2013
>Number: 184629
>Category: ports
>Synopsis: [NEW PORT] devel/py-checkmanifest: Check MANIFEST.in in a Python source package for completeness
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 09 11:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Johannes Jost Meixner
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3: Thu Nov 7 16:08:22 EET
>Description:
Check MANIFEST.in in a Python source package for completeness.
Are you a Python developer? Have you uploaded packages to the Python Package
Index? Have you accidentally uploaded broken packages with some files missing?
If so, check-manifest is for you.
WWW: https://github.com/mgedmin/check-manifest
Generated with FreeBSD Port Tools 0.99_8 (mode: new)
>How-To-Repeat:
>Fix:
--- .shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# py-checkmanifest
# py-checkmanifest/distinfo
# py-checkmanifest/Makefile
# py-checkmanifest/pkg-descr
#
echo c - py-checkmanifest
mkdir -p py-checkmanifest > /dev/null 2>&1
echo x - py-checkmanifest/distinfo
sed 's/^X//' >py-checkmanifest/distinfo << '3a0ad28348c9172c0fdd7beb1fc99070'
XSHA256 (check-manifest-0.17.tar.gz) = cf50974ff23490d410466ead6d8c3b2526300cce749f695e0394883fc2bdc8c9
XSIZE (check-manifest-0.17.tar.gz) = 16079
3a0ad28348c9172c0fdd7beb1fc99070
echo x - py-checkmanifest/Makefile
sed 's/^X//' >py-checkmanifest/Makefile << '0d8d4314607a4ebc2e833f9d17b14023'
X# Created by: Johannes Meixner <xmj at chaot.net>
X# $FreeBSD$
X
XPORTNAME= checkmanifest
XPORTVERSION= 0.17
XCATEGORIES= devel python
XMASTER_SITES= CHEESESHOP
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME= check-manifest-${PORTVERSION}
X
XMAINTAINER= xmj at chaot.net
XCOMMENT= Check MANIFEST.in in a Python source package for completeness
X
XLICENSE= MIT
X
XPORTDOCS= README.rst \
X CHANGES.rst
X
XUSE_PYTHON= 2.7,3.2-3.3
XUSE_PYDISTUTILS= easy_install
XPYDISTUTILS_AUTOPLIST= yes
XPYDISTUTILS_PKGNAME= check-manifest
X
XOPTIONS_DEFINE= DOCS
XDOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
X
Xpost-install:
X ${MKDIR} ${STAGEDIR}${DOCSDIR}
X ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
X
X.include <bsd.port.mk>
0d8d4314607a4ebc2e833f9d17b14023
echo x - py-checkmanifest/pkg-descr
sed 's/^X//' >py-checkmanifest/pkg-descr << '5791c71bf61b9263d253fbcd1b43b9c1'
XCheck MANIFEST.in in a Python source package for completeness.
XAre you a Python developer? Have you uploaded packages to the Python Package
XIndex? Have you accidentally uploaded broken packages with some files missing?
XIf so, check-manifest is for you.
X
XWWW: https://github.com/mgedmin/check-manifest
5791c71bf61b9263d253fbcd1b43b9c1
exit
--- .shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list