diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-21 18:00:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-21 18:00:32 +0000 |
| commit | 0ab0678be688a9e5ff3a2c1777c07759df498155 (patch) | |
| tree | bf2158cf14f1191bd775ace39ee6479260972648 /dev-python/prettytable | |
| parent | 10c8dfd3134343aaf5f2fdaac75fea3d51239f1c (diff) | |
| download | baldeagleos-repo-0ab0678be688a9e5ff3a2c1777c07759df498155.tar.gz baldeagleos-repo-0ab0678be688a9e5ff3a2c1777c07759df498155.tar.xz baldeagleos-repo-0ab0678be688a9e5ff3a2c1777c07759df498155.zip | |
Adding metadata
Diffstat (limited to 'dev-python/prettytable')
| -rw-r--r-- | dev-python/prettytable/prettytable-3.3.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/prettytable/prettytable-3.3.0.ebuild b/dev-python/prettytable/prettytable-3.3.0.ebuild index 661f345b1982..2feec3be1dba 100644 --- a/dev-python/prettytable/prettytable-3.3.0.ebuild +++ b/dev-python/prettytable/prettytable-3.3.0.ebuild @@ -11,7 +11,8 @@ inherit distutils-r1 DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format" HOMEPAGE=" https://github.com/jazzband/prettytable/ - https://pypi.org/project/prettytable/" + https://pypi.org/project/prettytable/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" @@ -26,6 +27,7 @@ BDEPEND=" test? ( $(python_gen_impl_dep sqlite) dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest |
