summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-05 10:31:52 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-05 10:33:31 +0200
commite1672316eff1078490f0ac19db2a003ca63f282f (patch)
treea2182947f84944df94d8d551393767fa2d9c9333 /dev-python/pysubs2
parentdev-python/pipdeptree: Remove old (diff)
downloadgentoo-e1672316eff1078490f0ac19db2a003ca63f282f.tar.gz
gentoo-e1672316eff1078490f0ac19db2a003ca63f282f.tar.bz2
gentoo-e1672316eff1078490f0ac19db2a003ca63f282f.zip
dev-python/pysubs2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysubs2')
-rw-r--r--dev-python/pysubs2/Manifest1
-rw-r--r--dev-python/pysubs2/pysubs2-1.7.2.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
index c40c8b9c1ac1..9ad278dc4d29 100644
--- a/dev-python/pysubs2/Manifest
+++ b/dev-python/pysubs2/Manifest
@@ -1,2 +1 @@
-DIST pysubs2-1.7.2.tar.gz 1123677 BLAKE2B 771e05b41eb9da3f18ce932988b7cdd60d461e49cb9a9f03129dd5104a7e1161c8fae898169d737652c7dd596fe3f92d93ba3a6ed082090b9a8d8825cc033f06 SHA512 5732cbd5bfdaeb1c680b4107304d4b94e1e0c7cc43483a71581da03b7be840fcf95bae8d2b5691b8c88ee59f34e6f587033266e24014778f71393b4c78bb08bf
DIST pysubs2-1.7.3.tar.gz 1123849 BLAKE2B fd630ca7e4bf2d84d65a2ed2f143c6c1cc333ae6994f7c89a86db2f92c5736e70e488115ccd17cea84dedaa057b8d808bf2fcfdedbb3de0781341ac632a12235 SHA512 5ba9675121490628b0df86e0fd46f67c783d7494e59d37e52be49593b292104756d03368cea19d238c503ee8c05ccf5c257723dd5f570af0bcae5cd53243f62a
diff --git a/dev-python/pysubs2/pysubs2-1.7.2.ebuild b/dev-python/pysubs2/pysubs2-1.7.2.ebuild
deleted file mode 100644
index 7ddb7e4dcc43..000000000000
--- a/dev-python/pysubs2/pysubs2-1.7.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library for editing subtitle files"
-HOMEPAGE="
- https://github.com/tkarabela/pysubs2
- https://pypi.org/project/pysubs2/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-distutils_enable_tests pytest