summaryrefslogtreecommitdiff
path: root/dev-python/pysubs2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-01 07:10:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-01 07:10:50 +0000
commit706713a94f1df034ca3d007ff5919ca256311d8f (patch)
tree6306ed2898fc8baa0a474b00975b5ebae1a3ab48 /dev-python/pysubs2
parent4ae305f4f8a7a8d004ff4470e38b93ee13c6540c (diff)
downloadbaldeagleos-repo-706713a94f1df034ca3d007ff5919ca256311d8f.tar.gz
baldeagleos-repo-706713a94f1df034ca3d007ff5919ca256311d8f.tar.xz
baldeagleos-repo-706713a94f1df034ca3d007ff5919ca256311d8f.zip
Adding metadata
Diffstat (limited to 'dev-python/pysubs2')
-rw-r--r--dev-python/pysubs2/Manifest1
-rw-r--r--dev-python/pysubs2/pysubs2-1.8.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
index b1f769d5d089..46b1dbd38ccb 100644
--- a/dev-python/pysubs2/Manifest
+++ b/dev-python/pysubs2/Manifest
@@ -1,2 +1 @@
-DIST pysubs2-1.8.0.tar.gz 1130048 BLAKE2B 9e2819611e91662fdb2c5e6fff8d0558d552caed059254ad05f7122d0e7ccb1df7476148d426d1b8dd6a173822ac71003cf89b4a3e094066d049a8615324d2d4 SHA512 4572b83109b8095897296b303e4462116023281d4874d2be5c41a6ef030a0fd33cedadbf0da51b94e0e27f6f19f4d9cb24e127715794e86f8df9d46400fd87c1
DIST pysubs2-1.8.1.tar.gz 1153150 BLAKE2B 33a8921f2dbfcdc26c2b96b2525189193c7d34d094943d348880a3cd0694bb310c82dbd5230e736218db9fe6bd704671770866dcfa13844ecb0d766d378ddebc SHA512 45dacf1f28d358465e434457a59a725d9440c9ffa6f36cdf5a3c7dc43eefe00107b875d0fcb3fc13238616d0689e9ca5191ad6c96ee803676c39cd71c05acaa6
diff --git a/dev-python/pysubs2/pysubs2-1.8.0.ebuild b/dev-python/pysubs2/pysubs2-1.8.0.ebuild
deleted file mode 100644
index d4a39f65e3a7..000000000000
--- a/dev-python/pysubs2/pysubs2-1.8.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-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 ~arm ~arm64 ~x86"
-
-distutils_enable_tests pytest