mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
* 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
9 lines
421 B
Text
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
|