diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
commit | d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch) | |
tree | 4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /dev-python/google-pasta | |
parent | e748ba9741f6540f4675c23e3e37b73e822c13a4 (diff) |
gentoo resync : 15.06.2021
Diffstat (limited to 'dev-python/google-pasta')
-rw-r--r-- | dev-python/google-pasta/Manifest | 4 | ||||
-rw-r--r-- | dev-python/google-pasta/google-pasta-0.1.1.ebuild | 20 | ||||
-rw-r--r-- | dev-python/google-pasta/google-pasta-0.2.0.ebuild | 4 |
3 files changed, 3 insertions, 25 deletions
diff --git a/dev-python/google-pasta/Manifest b/dev-python/google-pasta/Manifest index 65089ad8024d..bae257bbda35 100644 --- a/dev-python/google-pasta/Manifest +++ b/dev-python/google-pasta/Manifest @@ -1,5 +1,3 @@ -DIST google-pasta-0.1.1.tar.gz 34476 BLAKE2B 04de1237eda9449e4648af0fc43b538d4c71f43b1205fbb531981c773266e404d9673adc9f7c3e74706b90993cae31d7a2c812c3ee5a02edce6ce669491f2823 SHA512 94a5016acbba72261ccd488f788b23934651149c7d763aed4f998018bdbf299261fe125accb1359f70d024c3bc3db0f1279e5e780e1e4b87b328f2c473a1b003 DIST google-pasta-0.2.0.tar.gz 40430 BLAKE2B b3f068c0530149d6e8057a2e7edeb76b1912516a8227a837913783060e30f418159b38c77480248dc7a1586b46c9b5914e93c77a9430d963b3538e2197661922 SHA512 1d75d994a5120109677a58472459a632b31568e6ce79b205688913dc2a94e132fad818c73510b2f7d7adca3c757077543abd8b7f15be035a63fa15d38874c753 -EBUILD google-pasta-0.1.1.ebuild 475 BLAKE2B af52eb630ded59495f3fcddee0841bee97818b96e4a63d0cda0dc365a6a76538ccd6c5ae02c015b859ad39f6292ab604f44cc7d4c827462550154a213f9c8fb2 SHA512 60eed87b8e68b3be637f15cd684023962fbea9f926f485aa97fa2097eb996723220aa2c4518645eb220d77a3644f517e207ce2696db3292b73a7c2db56349bdc -EBUILD google-pasta-0.2.0.ebuild 482 BLAKE2B 3fe728dc7ed0372271b3aba55c838cae5959641fe377c6218149da2c4e3482090907fcb88b7dc529aa854ca97a5cf98e61e313daa607eec121509d0856278624 SHA512 761a17930546dfea79c291deeb76099b5d9a7689ba77794fdf8bb4f61dd1d7542f95c488436311b641645eb6e4d75d082edd652d6d64b6806b74ad8503e1baef +EBUILD google-pasta-0.2.0.ebuild 483 BLAKE2B 441184ba38db59f401471acb789850f979c1e300092388f4e698c232fc05d7fef746de1f379933f9f563b5a2c344639211ba362faae77102612d75753b9173ff SHA512 f3d22898ff4c200d46692848f5749fc579ca464591ba19ed0cc6b7d00c0af2ee1e3939431599fb95f6c715bb7cc2974a2312e47bce3568d009a4150e684a7799 MISC metadata.xml 322 BLAKE2B 2c65b78f40b5805ffd54dd2c4d9e6b2c142888ce77b6885461f972b744c11a41466e26bdc2cb21fe24425bac32af8676315a42d69a7781e2031659f8693e552b SHA512 3bac4b24cefe900f5ca789cc1b3828002ec4a1041c7b6c9f4610ffa73ee98ce81dba823fc9b65af591c9b57c9b3e14be10bdeca77e952627dbd6f12977395e38 diff --git a/dev-python/google-pasta/google-pasta-0.1.1.ebuild b/dev-python/google-pasta/google-pasta-0.1.1.ebuild deleted file mode 100644 index 9f3aabe2a4e7..000000000000 --- a/dev-python/google-pasta/google-pasta-0.1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 - -DESCRIPTION="AST-based Python refactoring library" -HOMEPAGE="https://pypi.org/project/google-pasta/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild index cc64715df197..821881b20bd3 100644 --- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild +++ b/dev-python/google-pasta/google-pasta-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |