summaryrefslogtreecommitdiff
path: root/dev-python/automaton
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /dev-python/automaton
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'dev-python/automaton')
-rw-r--r--dev-python/automaton/Manifest2
-rw-r--r--dev-python/automaton/automaton-1.12.1.ebuild26
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/automaton/Manifest b/dev-python/automaton/Manifest
index 6433a53dfe51..1116ae3472ac 100644
--- a/dev-python/automaton/Manifest
+++ b/dev-python/automaton/Manifest
@@ -1,5 +1,3 @@
-DIST automaton-1.12.1.tar.gz 30350 BLAKE2B 2557cfe4be401080615a7e640d54184ac8213654711f75b12512c5fc689d96bfcb486770fe6bb1999a7af54f9c2e115a5a5bc2a45a25ab6e89d0030d4087d45f SHA512 c0b78d934f1c0768e1131db0640649254489afb8710098f68f61293746c80a2807edf82659d8fc9bd3812107dbb823e95055842c81477325f9ada65967ebf4e6
DIST automaton-2.2.0.tar.gz 31629 BLAKE2B 1db3968bf2eb3dcec77edd6ca8f7ad6afd16d4e1a23fe3f5520ab78d8b78e817cf9bde14bb008e8740fdbd03e4b871361402283407133def0c15485962a210ce SHA512 9b773ac93f17542800b93e36ca8b42ab522b2fb1c72d36256a62a37463e49e9f299fbdb9d4507b7f2a6cf678bbcd16fc86be9d20720acf0b254e1bacca4c0300
-EBUILD automaton-1.12.1.ebuild 748 BLAKE2B ca10429397471b44c385203359be1799b7b5bc26266a36075ede1e6e722b4639ba12b66d0352ef073590cc3d5615f5472a4334c8b15f973765ccd954be281eb6 SHA512 7338780111e51073051f45cfa3504dcf9e2923dbfcdbc9a9b4adf8245ed82df0294bff719044a248911cf680361a3a80fbebddea7d5c0ac106b45073100ec5e5
EBUILD automaton-2.2.0.ebuild 723 BLAKE2B 2647950e6be6536313e50abe9cd91af815dc4c09654b917c855c971114b9ae1cbb8ba647efc7eb98351284ec9ce6645631c992310a192522ad6d2f678c5398ff SHA512 fb9fa96fb72d77ef33cdd03e7790993f60422e5f6db647b4a8882be536cc8120ecfdfeca9cacec032c8f4fc6ee0fc8b26c312c13b9fa9178d17c9b974b48946f
MISC metadata.xml 350 BLAKE2B 83a8608d8f6a54796e060b60f74521bae97e13c03ab0188afe68e371de21636acd436e88d5ddcc9c9bdde48223b9a47b4d3f9d6ee59031c764d87c6b1a42fc47 SHA512 4064753489d9f94ff4bcbc7f1b681cc18b7c430eb0b54cc06a50018ece08707c1210e97febedd567ecec6941cec9b2be7727e7631bc82e96e057437dc9033ed2
diff --git a/dev-python/automaton/automaton-1.12.1.ebuild b/dev-python/automaton/automaton-1.12.1.ebuild
deleted file mode 100644
index cc667bbd13fd..000000000000
--- a/dev-python/automaton/automaton-1.12.1.ebuild
+++ /dev/null
@@ -1,26 +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="Friendly state machines for python."
-HOMEPAGE="https://pypi.org/project/automaton/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="${CDEPEND}
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- <dev-python/prettytable-0.8.0[${PYTHON_USEDEP}]"