NOTICE: This package has been removed from pkgsrc

./wip/py-pkginfo, Query metadatdata from sdists / bdists / installed packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.1, Package name: py27-pkginfo-1.2.1, Maintainer: kamel.derouiche

Query metadatdata from sdists / bdists / installed packages


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 3ac3d9610fddbeba432ce8a1a01c6a71a824d2fb
RMD160: 6a035354b02bb5b91f2210c0befe7af0c23a1db3
Filesize: 30.344 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-01 10:04:54 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.2.1.

1.2.1 (2014-01-02)
------------------

- Add overlooked Trove classifier for Python 3.4.

1.2 (2014-01-02)
----------------

- Add support for Python 3.4, PyPy3.

- Add 100% coverage for ``pkginfo.commandline`` module.

1.2b1 (2013-12-05)
------------------

- Add support for the "wheel" distribution format, along with minimal
  metadata 2.0 support (not including new PEP 426 JSON properties).
  Code (re-)borrowed from Donald Stuft's ``twine`` package.

1.1 (2013-10-09)
----------------

- Fix tests to pass with current PyPy releases.

1.1b1 (2013-05-05)
------------------

- Support "develop" packages which keep their ``*.egg-info`` in a \ 
subdirectory.
  See https://bugs.launchpad.net/pkginfo/+bug/919147.

- Add support for "unpacked SDists" (thanks to Mike Lundy for the patch).

1.0 (2013-05-05)
----------------

- No changes from 1.0b2.

1.0b2 (2012-12-28)
------------------

- Suppress resource warning leaks reported against clients.

- Fix 'commandline' module under Py3k.

1.0b1 (2012-12-28)
------------------

- Add support for Python 3.2 and 3.3, including testing them under ``tox``.

- Add support for PyPy, including testing it under ``tox``.

- Test supported Python versions under ``tox``.

- Drop support for Python 2.5.

- Add a ``setup.py dev`` alias:  runs ``setup.py develop`` and installs
  testing extras (``nose`` and ``coverage``).

0.9.1 (2012-10-22)
------------------

- Fix test failure under Python >= 2.7, which is enforcing
  'metadata_version == 1.1' because we have classifiers.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-16 11:30:53 by Kamel Derouiche | Files touched by this commit (1)
Log message:
set PYTHON_VERSIONS_INCLUDE_3X=yes

   2012-10-07 01:48:01 by Kamel Derouiche | Files touched by this commit (1)
Log message:
fixed error, remove incorrect file 'y' 

   2012-10-07 01:42:04 by Kamel Derouiche | Files touched by this commit (5)
Log message:
Import py27-pkginfo-0.9 as wip/py-pkginfo.

Query metadatdata from sdists / bdists / installed packages