ports/devel/py-pymaven-patch/pkg-descr
Kai Knoblich 6cbe689336 devel/py-pymaven-patch: Update to 0.2.9
* Switch from GitHub to PyPI as upstream now offers Python sdists

* Python 3 is now supported so remove the version contraints

* Use pytest for running the tests as it's already required as a dependency
  to process them thus make real use of that tool

* Pet portlint (whitespace issue in pkg-descr)

Changelog:

3caf65f...4e065e4
2019-08-25 23:05:51 +00:00

9 lines
421 B
Text

pymaven is a library for working with maven repositories via python. pymaven is
not intended as a complete replacement of the maven build system, but instead as
a way for python programs to fetch artifacts and artifact dependencies from
maven2 repositories.
Note: This is a forked version from the 2.x branch that supports unicode and
uses other routines for data structures.
WWW: https://github.com/nexB/pymaven