Port details |
- py-checkmanifest Check MANIFEST.in in a Python source package for completeness
- 0.21 devel
=0 0.21Version of this port present on the latest quarterly branch.
- Maintainer: xmj@chaot.net
- Port Added: 2013-12-09 14:59:13
- Last Update: 2014-12-29 05:54:37
- SVN Revision: 375773
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/mgedmin/check-manifest
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- py27-checkmanifest>0:devel/py-checkmanifest
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-checkmanifest
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-checkmanifest-0.21:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.21 29 Dec 2014 05:54:37 |
koobs |
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) |
0.21 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.21 09 Aug 2014 15:44:28 |
mva |
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above ) |
0.21 20 Jun 2014 07:30:57 |
xmj |
devel/py-checkmanifest: Upgrade to 0.21
- Upgrade PORTVERSION to 0.21
- Use uniquefiles and deprecate DOCSDIR
- Reorder Makefile into meaningful sections
- pkg-descr: strip trailing slash
Approved by: koobs (mentor) |
0.19 11 Feb 2014 19:58:53 |
rm |
- update to 0.19
PR: 186658
Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer) |
0.18 02 Feb 2014 08:46:41 |
koobs |
devel/py-checkmanifest: Update to 0.18 and modernise
- Update to 0.18
- Deprecate easy_install target
Changes: 0.18 (2014-01-30)
* Friendlier error message when an external command cannot be found
(issue #21).
* Add suggestion pattern for .coveragerc.
* Python 2.6 support (issue #22).
PR: ports/186336
Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer) |
0.17 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.17 09 Dec 2013 14:59:00 |
wg |
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> |
Number of commits found: 8
|