mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
devel/py-checkmanifest: Rename port, Update to 0.22
- Move py-checkmanifest to py-check-manifest [1] ala upstream name. - Update devel/Makefile - Add MOVED entry While I'm here: - Update to 0.22 - Add LICENSE_FILE - Add TEST_DEPENDS and regression-test: target - Use a single line for PORTDOCS - Update (prettify) pkg-descr Changes: * https://github.com/mgedmin/check-manifest/blob/0.22/CHANGES.rst [1] https://pypi.python.org/pypi/check-manifest Approved by: maintainer (via IRC)
This commit is contained in:
parent
0bb1733752
commit
82aee4f3a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375773
1
MOVED
1
MOVED
@ -7350,3 +7350,4 @@ x11-fm/pbi-thumbnailer||2014-12-27|Has expired: Broken for more than 6 months
|
||||
games/secretmaryochronicles||2014-12-27|Has expired: does not run, cegui 0.8 support still in development
|
||||
multimedia/ffmpeg24|multimedia/ffmpeg25|2014-12-27|ffmpeg upstream now points to 2.5.x series
|
||||
x11-wm/enlightenment-docs|x11-wm/e16-docs|2014-12-28|Renamed for better naming
|
||||
devel/py-checkmanifest|devel/py-check-manifest|2014-12-29|Use correct upstream PyPi name
|
||||
|
@ -3666,7 +3666,7 @@
|
||||
SUBDIR += py-cffi
|
||||
SUBDIR += py-cfgparse
|
||||
SUBDIR += py-characteristic
|
||||
SUBDIR += py-checkmanifest
|
||||
SUBDIR += py-check-manifest
|
||||
SUBDIR += py-cheetah
|
||||
SUBDIR += py-ciphon
|
||||
SUBDIR += py-circuits
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= checkmanifest
|
||||
PORTVERSION= 0.21
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,17 +12,22 @@ MAINTAINER= xmj@chaot.net
|
||||
COMMENT= Check MANIFEST.in in a Python source package for completeness
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE.rst
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist concurrent
|
||||
|
||||
PORTDOCS= README.rst \
|
||||
CHANGES.rst
|
||||
PORTDOCS= README.rst CHANGES.rst
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-check-manifest/distinfo
Normal file
2
devel/py-check-manifest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (check-manifest-0.22.tar.gz) = 6b2fdbd0bfbdb403b18414c592e419506d92603d616c49e3d6a06845a124e7de
|
||||
SIZE (check-manifest-0.22.tar.gz) = 22521
|
9
devel/py-check-manifest/pkg-descr
Normal file
9
devel/py-check-manifest/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Check MANIFEST.in in a Python source package for completeness.
|
||||
|
||||
- Are you a Python developer?
|
||||
- Have you uploaded packages to the Python PackageIndex?
|
||||
- Have you accidentally uploaded broken packages with some files missing?
|
||||
|
||||
If so, check-manifest is for you.
|
||||
|
||||
WWW: https://github.com/mgedmin/check-manifest
|
@ -1,2 +0,0 @@
|
||||
SHA256 (check-manifest-0.21.tar.gz) = 4d5f83b2f7829d3580380cbeeda69d81973335b58539a18a3769d69a2725225c
|
||||
SIZE (check-manifest-0.21.tar.gz) = 21596
|
@ -1,6 +0,0 @@
|
||||
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