summaryrefslogtreecommitdiff
path: root/dev-python/pydot
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pydot')
-rw-r--r--dev-python/pydot/Manifest4
-rw-r--r--dev-python/pydot/pydot-3.0.1.ebuild (renamed from dev-python/pydot/pydot-2.0.0.ebuild)10
2 files changed, 5 insertions, 9 deletions
diff --git a/dev-python/pydot/Manifest b/dev-python/pydot/Manifest
index 64d2804299a5..ed1c4de01289 100644
--- a/dev-python/pydot/Manifest
+++ b/dev-python/pydot/Manifest
@@ -1,3 +1,3 @@
-DIST pydot-2.0.0.gh.tar.gz 275188 BLAKE2B 58f1598196861795bd44c6b97683e0c37b3c05e848a69d42a3fc898849f272466c989e7ff72e0be22a322a1e92c31c6b76a9317e56f3ec26743c20801daf8bfd SHA512 09102930a59ac4339e1d1e4f7a9d075f99eda6cb060885631a72f1fded90d001bd02940b55addc0c92856e95321cb3b344a1797b4809ac7c9048ac57c81d4707
-EBUILD pydot-2.0.0.ebuild 970 BLAKE2B 05495c7bc98615ddaad934411c481474469ba23cc174b880490e60e7dfded9b92a2d360f7355f27b286d52b55de6d44336df9388e1050d0bf97d8b103c0a649c SHA512 4652347414632080f30f05ae3dbf5a272ab9286c76610a63c94b2d364f11c5edf142038f9af6442156c7ba18856b47950e835c371b53e03ba3812cddb1408fa5
+DIST pydot-3.0.1.gh.tar.gz 280784 BLAKE2B d87d06bf5f62ae783ecb4ff6a16b0986969de49cbf45e120df5e722620fe614181700f8117b0a6ce24fd4aac4f618d4dc16c631f581ebb19bea73a5a92437585 SHA512 6aca6e91134e481334c12a7669d3f5df1181f9a4e2ab914a6c8ab87f28d0afa9d97cfc0d9b665d9fdedb3c335624d68967d491f79fc669573aa81cf1401316cd
+EBUILD pydot-3.0.1.ebuild 871 BLAKE2B 0452f9ab7b884acbb5bdee32c9f127149a2491936ca1ffae49229d44e85133a01aac89664ad89d7bac45066d906c42865e77ce2d0005d87dbc695e7b46f0938f SHA512 62e49bd1753122fcf5c99c095e84adcbc9b11523e3b7b209e5cc7fb7709711735fbd7e137cac65dd0acd429058bfac5e20dceaa300596e221bd89824389868c0
MISC metadata.xml 372 BLAKE2B faad24394ef27dedc8b563e505444b414fe95cb6097bd2bebe01232e68c975b77d415c2a05ec1ad19f0ce1218d1c3f057beea6deecef01b940962a287ad8ce46 SHA512 281a6e2097fcf978f7e691640e257a5f60b242570f8a5715e078363c5658b96b50d3c29ccaad448c0b2ac3dd7b898dcae457bafdb08952163de8d1af81954d75
diff --git a/dev-python/pydot/pydot-2.0.0.ebuild b/dev-python/pydot/pydot-3.0.1.ebuild
index ed52cd028776..789796bdc244 100644
--- a/dev-python/pydot/pydot-2.0.0.ebuild
+++ b/dev-python/pydot/pydot-3.0.1.ebuild
@@ -25,18 +25,14 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- >=dev-python/pyparsing-3[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
media-gfx/graphviz
"
BDEPEND="
test? (
- ${RDEPEND}
dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
)
"
-python_test() {
- cd test || die
- local -x PYTHONPATH="${BUILD_DIR}/install$(python_get_sitedir)"
- "${PYTHON}" pydot_unittest.py || die "Test failed with ${EPYTHON}"
-}
+distutils_enable_tests unittest