diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-03 14:15:17 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-03 14:21:24 +0200 |
| commit | 0a71c81dff244c8753d170cbb18fb1b20bd45218 (patch) | |
| tree | 2ffa37f1e3e343cfd072c50d876837d33c039928 /dev-python | |
| parent | e7a2014cf49f57fde4096e575a28608e268ce2ca (diff) | |
| download | gentoo-0a71c81dff244c8753d170cbb18fb1b20bd45218.tar.gz gentoo-0a71c81dff244c8753d170cbb18fb1b20bd45218.tar.bz2 gentoo-0a71c81dff244c8753d170cbb18fb1b20bd45218.zip | |
dev-python/automat: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/automat/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/automat/automat-24.8.1.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/automat/Manifest b/dev-python/automat/Manifest index 5196f7653b7f..58ca2d743aef 100644 --- a/dev-python/automat/Manifest +++ b/dev-python/automat/Manifest @@ -1,2 +1 @@ -DIST automat-24.8.1.tar.gz 128679 BLAKE2B 17da0371ac3b7fc46f1521b4ee646395c82838dd811971fcc30e0baf5176686dd914fcbc18be56401e3cbbd92400398c70c46c686b7f9aa26fa2917d70938f28 SHA512 f42344a665f7cf31cf53274e4371c06b008818373a666ab3dfd2874bd9cf9a842c5999f1fa21978e7ccd583ddcadecbf9515d1d1d9b60744164cdc58717fb339 DIST automat-25.4.16.tar.gz 129977 BLAKE2B 71380c8ef3c9ae90db0b620c70888b0963b48dc1e9bf6e03a0bb1a75fd54c6a224d2b7042b3641daf7e5d2b36bb811ab682eab4ca11d6d4595e47aefdeb0dcb9 SHA512 777e86de51d7197dfd6bf9f4cc88c5a8d0cad5ccc6f83ef58e95c326658429639f39d10b16975422dbe322e4a19f54f8fbca47d1c6f4ee2dcdbb3bf28e67ae33 diff --git a/dev-python/automat/automat-24.8.1.ebuild b/dev-python/automat/automat-24.8.1.ebuild deleted file mode 100644 index 99070fc47cd6..000000000000 --- a/dev-python/automat/automat-24.8.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Self-service finite-state machines for the programmer on the go" -HOMEPAGE=" - https://github.com/glyph/automat/ - https://pypi.org/project/Automat/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" -IUSE="examples" - -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/twisted[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - benchmark -) - -python_install_all() { - if use examples; then - docinto examples - dodoc docs/examples/*.py - fi - - distutils-r1_python_install_all -} - -pkg_postinst() { - einfo "For additional visualization functionality install both these optional dependencies" - einfo " >=dev-python/twisted-16.1.1" - einfo " media-gfx/graphviz[python]" -} |
