diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /dev-python/roman | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-python/roman')
-rw-r--r-- | dev-python/roman/Manifest | 4 | ||||
-rw-r--r-- | dev-python/roman/roman-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/roman/roman-3.0.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest index 70ef9d4e01a3..53986942c1f0 100644 --- a/dev-python/roman/Manifest +++ b/dev-python/roman/Manifest @@ -1,5 +1,5 @@ DIST roman-2.0.0.zip 7590 BLAKE2B c733a4e905ebf4ef526afb5088744bde8558314b059a4d8e9f86e914af2657f99b5c4364e9e8f9a11d9a1e4470ba9b1919b19951aab7dc06b55539d27b89ab30 SHA512 d62a95e835232821dbf7a81d0c6b7df63f18c4116cfc7eee0c691a0b31d3d7b69d2dc2e4ea26e0a169a8e24bf080e8bb1e195b853be4adf1491335a5b4d5702c DIST roman-3.0.tar.gz 5184 BLAKE2B 0951e15a1fbf0feecc98c4318fa631a535d24d9559d21e800f065923c71d094c387b18c5926ad55322ad8417a2db97626ada1e110549938d73243ca410e3ab87 SHA512 468a4ac7188cdf3155698f260de5ecc5bb2072c120c79d046618ac07b6de6f777cfc69661f2e0df4ca66359bb20169d22599b3f342edaa48f8575bdc17b40c08 -EBUILD roman-2.0.0.ebuild 628 BLAKE2B b3636719c13a5ca264fc23ea7a893a5bf62b5a9ceb704751377b67432060f81129d9fe1f6ada4fd721ccdea6c4c02a878e9a789f94619473f4f76f3ac6707b2d SHA512 189e800b4bb6c077f2844bf5a3281e8a9b53475fd9c9b33604b44ffca3e30eaefb920489e6ee8ac31e1f31ac0d1a23c60d7459685989216b4354c1ba6d0a9f64 -EBUILD roman-3.0.ebuild 622 BLAKE2B 869875e3845e34f85162f5231f072b74571304911a34f805075bb2f34fc6bf9b75b2cc400369df522d9e6bf42aaf9dbd8ee147548df35df0ae0bd242b99eca49 SHA512 5bd9c2ef2ed559bd4bfeb725c898c4d9a68f91ae3f9a13608941f398c1183396b4aa8b7926b4c0952b6ff604d23aa5115e07e025e91c8412cc6441873690ca40 +EBUILD roman-2.0.0.ebuild 622 BLAKE2B dff7699b54a19dbc81f7af565317a58ed0473c2f2b6e7c857636c2d980f279aa2463862fe6b9638c7164e5ff63f84a7d8474f54bbbee07a67284a72fff6822ab SHA512 af220d54cc5150f0175c6acf43eb2cc375e92e4cc3c3e5ff38545a52512553fe2d417e901a978ffdb7b18c7d6de65212aace301d32f12d26e2ab075506d0d88e +EBUILD roman-3.0.ebuild 616 BLAKE2B 81b44aef4191c4c93e2cdeb823d3a5c990475683d2628d4061b32433d1bc59e7f192a8f8e67a05294e11c281893b1154167fea0b556d723147f68dcc5b23f27e SHA512 08d8e06a697ddd356414158502c5d03006e6d53da33f70e539f85b9281cec646745f3a8274724f88b817967cbdd06a26b94edf6e072cabf805a547120dcb5689 MISC metadata.xml 318 BLAKE2B 3a028680f19314e15a2eab93b8bfe5338ef3b351e82f28ba7eb1d0988ffc0f9eeb9174f30c18c0f7e10b865958a5992043525baf6e25732ce85d819c65c9fbb3 SHA512 a2e3ce30465809bbac2a6684207eb0290787a1e2eafebb457a6754e474340f75208dd269f7d89f2fdf25a3529340310acc9c220feaa1be40fe688a177b2741f0 diff --git a/dev-python/roman/roman-2.0.0.ebuild b/dev-python/roman/roman-2.0.0.ebuild index fe5f70808435..42f9d3647899 100644 --- a/dev-python/roman/roman-2.0.0.ebuild +++ b/dev-python/roman/roman-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/roman/roman-3.0.ebuild b/dev-python/roman/roman-3.0.ebuild index 1b2c9fd3542a..6fbcfa0b7a91 100644 --- a/dev-python/roman/roman-3.0.ebuild +++ b/dev-python/roman/roman-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |