diff options
Diffstat (limited to 'dev-python/pydot')
-rw-r--r-- | dev-python/pydot/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pydot/pydot-1.4.1.ebuild | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/pydot/Manifest b/dev-python/pydot/Manifest index 6f2a8c96b911..277f2750fdaf 100644 --- a/dev-python/pydot/Manifest +++ b/dev-python/pydot/Manifest @@ -1,4 +1,4 @@ AUX pydot-1.4.1-unittest.patch 3496 BLAKE2B d5aa063d1700836c2aa967c0856c4b693f0820f1c3ecf41de444781a29f4ff4fde6d8d2cbb30458364efe47154fb6ad50c545fc45fff6fd27864483ab4bef2e6 SHA512 0204de6a767d062e4074344ce093da6789145407c7aab3706abc72d15e655489b7e43f1038b8d5951ac9a107aa0ca8a399e119826100d05433d13b537ae48cdb DIST pydot-1.4.1.tar.gz 264987 BLAKE2B 61db2b6dbeab582981bf96054686c927d8d4548ac19a6c197ab1725f92c87e973c2dcd84d4c6c04cb2ca76b8f40814cfee1d5a53e4952065a538fc271e75d2a0 SHA512 b5f16b59908586df61cd415cb1a3e242fb69c39674a82b171862beff1f3727f47cba39bdd806901cb56bc8a6888783a53d112b1b70044e124ea992789d77f938 -EBUILD pydot-1.4.1.ebuild 966 BLAKE2B de3b7b6dc739418de9a871db99a9f17149a16dd33d8fb018ce7799452edc0abbdd44a1b8b6adc8c5a22e14495984c7b12ccf611119ef9a2416c7f4d2178e6fec SHA512 ad538cca69c45aec545473877b05be6ad657b5287205df9599da717599850ab35996d033082342a40a1bb3e4941a70c6d891d302c5d8ee7369e234f383764415 +EBUILD pydot-1.4.1.ebuild 931 BLAKE2B ec465d1110cfb856ed5f9573b454ccb8e888ac97fc9eaf5eb0e4fcb89d075b43751f13e3e4b2f5cc45d7d93ecdf3c6a64a74fd28318a948dd3f333656f946152 SHA512 23c4b6e70f6b2a978e915da0576d63be4f349c2e3fb7f5a4b23aafd661261fe0722169051ba54bbdfd75c4b24a7cecbf25e732d404644dd3191699dd35c25d9a MISC metadata.xml 376 BLAKE2B 2118896ad9769d359f3d1573285cc61affc3989d2ea81d0914e01b5e8882ff94fd70a06324ce3cdc38146edc8513aa67457dc65b81af93474568e9a1b3b23c47 SHA512 0f67a0286f6ff6c6b35e67ff08abb0b86f9ac60e57d321ac7ca0508383b5ce8b0c091a3b023e87d20f3705887db40a5edde2055fa96ec7bca21a5b8aacac31ce diff --git a/dev-python/pydot/pydot-1.4.1.ebuild b/dev-python/pydot/pydot-1.4.1.ebuild index b740101098cc..224ae09f8d9f 100644 --- a/dev-python/pydot/pydot-1.4.1.ebuild +++ b/dev-python/pydot/pydot-1.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -20,9 +20,11 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/pyparsing-2.1.4[${PYTHON_USEDEP}] media-gfx/graphviz" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/chardet[${PYTHON_USEDEP}] )" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/chardet[${PYTHON_USEDEP}] + )" PATCHES=( "${FILESDIR}"/${P}-unittest.patch |