summaryrefslogtreecommitdiff
path: root/dev-python/google-pasta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /dev-python/google-pasta
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
Diffstat (limited to 'dev-python/google-pasta')
-rw-r--r--dev-python/google-pasta/Manifest1
-rw-r--r--dev-python/google-pasta/google-pasta-0.2.0.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/google-pasta/Manifest b/dev-python/google-pasta/Manifest
index b400f44953ed..75486468ccb9 100644
--- a/dev-python/google-pasta/Manifest
+++ b/dev-python/google-pasta/Manifest
@@ -1,4 +1,3 @@
DIST google-pasta-0.2.0.tar.gz 40430 BLAKE2B b3f068c0530149d6e8057a2e7edeb76b1912516a8227a837913783060e30f418159b38c77480248dc7a1586b46c9b5914e93c77a9430d963b3538e2197661922 SHA512 1d75d994a5120109677a58472459a632b31568e6ce79b205688913dc2a94e132fad818c73510b2f7d7adca3c757077543abd8b7f15be035a63fa15d38874c753
EBUILD google-pasta-0.2.0-r1.ebuild 516 BLAKE2B 90740cfcfeaea7c638d876cdf1da794f20cb51b7b49e7e8dd7890e6d822984c45ff793751caa82c7c7b48d0f825ca4244c33d03dd4ad15cf850e5d8e8b53e358 SHA512 0fd6165cbbbf80ec67e1bb00d237798cc0ce5cad17068c02cad851cee4697c5312d188621fa1b21329cb923fee17e307c34294b5ea1870404f69404604ba4078
-EBUILD google-pasta-0.2.0.ebuild 483 BLAKE2B 441184ba38db59f401471acb789850f979c1e300092388f4e698c232fc05d7fef746de1f379933f9f563b5a2c344639211ba362faae77102612d75753b9173ff SHA512 f3d22898ff4c200d46692848f5749fc579ca464591ba19ed0cc6b7d00c0af2ee1e3939431599fb95f6c715bb7cc2974a2312e47bce3568d009a4150e684a7799
MISC metadata.xml 323 BLAKE2B 99093ad28d54321b34c32274af29e78790d537b7ebce240caf4b17240ed99a74b824f31c8293bc629e42c5ff43eca16378f0f53ee2717dee29e769a6b58d95d3 SHA512 7c59e2d25ed1ee60fd3624af0df804b71e39f5c9a0c8b91be9320798aa201122cadc27f793fdbe3664bc12a3af0410df929392a84891ff86cb302b15032f951c
diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild
deleted file mode 100644
index 821881b20bd3..000000000000
--- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-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}]"