notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-checkmanifest Check MANIFEST.in in a Python source package for completeness
0.21 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.21Version of this port present on the latest quarterly branch.
Maintainer: xmj@chaot.net search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. 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:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://pypi.crate.io/packages/source/c/check-manifest/
  3. http://pypi.python.jp/checkmanifest-/
  4. http://pypi.python.org/packages/source/c/check-manifest/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.21
29 Dec 2014 05:54:37
Revision:375773Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.21
09 Aug 2014 15:44:28
Revision:364450Original commit files touched by this commit
mva search for other commits by this committer
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 View all of this commit message)
0.21
20 Jun 2014 07:30:57
Revision:358517Original commit files touched by this commit
xmj search for other commits by this committer
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
Revision:343807Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.19

PR:		186658
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
0.18
02 Feb 2014 08:46:41
Revision:342254Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:335994Original commit files touched by this commit
wg search for other commits by this committer
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