mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
devel/py-checkmanifest: Check MANIFEST.in in a Python source package for completeness
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 PR: ports/184629 Submitted by: Johannes Jost Meixner <xmj chaot.net>
This commit is contained in:
parent
352933e9c5
commit
8b57257e39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335994
@ -3516,6 +3516,7 @@
|
||||
SUBDIR += py-celery
|
||||
SUBDIR += py-cffi
|
||||
SUBDIR += py-cfgparse
|
||||
SUBDIR += py-checkmanifest
|
||||
SUBDIR += py-cheetah
|
||||
SUBDIR += py-ciphon
|
||||
SUBDIR += py-circuits
|
||||
|
31
devel/py-checkmanifest/Makefile
Normal file
31
devel/py-checkmanifest/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: Johannes Meixner <xmj@chaot.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= checkmanifest
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= check-manifest-${PORTVERSION}
|
||||
|
||||
MAINTAINER= xmj@chaot.net
|
||||
COMMENT= Check MANIFEST.in in a Python source package for completeness
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
PORTDOCS= README.rst \
|
||||
CHANGES.rst
|
||||
|
||||
USE_PYTHON= 2.7+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_PKGNAME= check_manifest
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-checkmanifest/distinfo
Normal file
2
devel/py-checkmanifest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (check-manifest-0.17.tar.gz) = cf50974ff23490d410466ead6d8c3b2526300cce749f695e0394883fc2bdc8c9
|
||||
SIZE (check-manifest-0.17.tar.gz) = 16079
|
6
devel/py-checkmanifest/pkg-descr
Normal file
6
devel/py-checkmanifest/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user