diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-15 09:13:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-15 09:29:22 +0100 |
commit | 2f6a87ed329051a5ebfe4b6d661eecb68bcd8981 (patch) | |
tree | b12a40ece0acaa2f961485c1b6bdee0072f5ee43 /dev-python/sabyenc | |
parent | net-nntp/sabnzbd: Remove old (diff) | |
download | gentoo-2f6a87ed329051a5ebfe4b6d661eecb68bcd8981.tar.gz gentoo-2f6a87ed329051a5ebfe4b6d661eecb68bcd8981.tar.bz2 gentoo-2f6a87ed329051a5ebfe4b6d661eecb68bcd8981.zip |
dev-python/sabyenc: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sabyenc')
-rw-r--r-- | dev-python/sabyenc/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sabyenc/sabyenc-5.4.2.ebuild | 29 | ||||
-rw-r--r-- | dev-python/sabyenc/sabyenc-5.4.3.ebuild | 29 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest index 03d5b68449db..c67cf31c6268 100644 --- a/dev-python/sabyenc/Manifest +++ b/dev-python/sabyenc/Manifest @@ -1,3 +1 @@ -DIST sabyenc-5.4.2.gh.tar.gz 19774424 BLAKE2B fbb954435236eb1794611a8e5852534b0f7dbd79806e8a9ca1bb57274df7cc89a6a26aa92c89c596e0c2857d4bfbd4e4c34f1d529cb5d2464a669d6d15a3f392 SHA512 a07a57e6b3416e147fcef4f27e52fea4b3a522ebb722b4d223469b63e9d08f42689950d86c544a41bfe81bba934514a43094c13b98aa585167cae69a5aa1f405 -DIST sabyenc-5.4.3.gh.tar.gz 19774440 BLAKE2B 43d91d28b81ba1a18b27fa5da9419e0b06b726c1bcd51188a251afcd748f206cb7ae000bae466e94e87f76ea96eac72c783483b243ce79723841e34e6352f6f6 SHA512 ff18d527facdaf240f4b91866bdbeb31113645adce0d1cd4659218de27266d9ba3cfbec41ca21190aaaed406a3cd5e88467dcd3824796e16fa43e4abe197f69b DIST sabyenc-5.4.4.gh.tar.gz 19774441 BLAKE2B 945614697b59f984df1f159b64e177ee75d9b5c00cb59af21dddb92bf17f8647467b919be963a1beabfe64c4206aa6f3438b780a21e766722fad99afa38ea340 SHA512 a35a5f29b1f5586299fdfd87d4323fa8ab56f06a2f6ef3b0b95aa033a481beee886bf1834ed73e1ba65b74c5e86efc5f0307394f32803ef52a391ca4b0caedf9 diff --git a/dev-python/sabyenc/sabyenc-5.4.2.ebuild b/dev-python/sabyenc/sabyenc-5.4.2.ebuild deleted file mode 100644 index e78ae25c124c..000000000000 --- a/dev-python/sabyenc/sabyenc-5.4.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd" -HOMEPAGE="https://github.com/sabnzbd/sabyenc" -SRC_URI=" - https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/chardet[${PYTHON_USEDEP}] - ) -" - -DOCS=( README.md doc/yenc-draft.1.3.txt ) - -distutils_enable_tests pytest diff --git a/dev-python/sabyenc/sabyenc-5.4.3.ebuild b/dev-python/sabyenc/sabyenc-5.4.3.ebuild deleted file mode 100644 index e78ae25c124c..000000000000 --- a/dev-python/sabyenc/sabyenc-5.4.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd" -HOMEPAGE="https://github.com/sabnzbd/sabyenc" -SRC_URI=" - https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/chardet[${PYTHON_USEDEP}] - ) -" - -DOCS=( README.md doc/yenc-draft.1.3.txt ) - -distutils_enable_tests pytest |