summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-29 22:57:58 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-29 22:58:33 +0200
commit9554af2addef8c4983fd4e6efefa2912bdbddaf5 (patch)
tree76f06a4562403c3961791491225880cd183f4435 /dev-python/sabyenc
parentdev-python/aws-sam-translator-1.22.0: bump, add py38 (diff)
downloadgentoo-9554af2addef8c4983fd4e6efefa2912bdbddaf5.tar.gz
gentoo-9554af2addef8c4983fd4e6efefa2912bdbddaf5.tar.bz2
gentoo-9554af2addef8c4983fd4e6efefa2912bdbddaf5.zip
dev-python/sabyenc: bump to v4.0.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/sabyenc')
-rw-r--r--dev-python/sabyenc/Manifest1
-rw-r--r--dev-python/sabyenc/sabyenc-4.0.1.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 7387e4bd03a8..5a18a505fbeb 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1,2 @@
DIST sabyenc-3.3.6.tar.gz 19578544 BLAKE2B dc196618578b213fa8f1ffc2c29340d9f9765d98942c354ef7510a6472c4594431448291d19153b1f51606d27c4e43b34d12623ca69dc366aea3aa0483713489 SHA512 bc9a1d1cd487dc0a1a0cc8ef690cef67de70c211dce520896888c3d37167e83439002f4ab6cf0cef14a27b45b0ee08ad349d34e1609abb45f33e2f2f7b5ac074
+DIST sabyenc-4.0.1.tar.gz 19578540 BLAKE2B 9a67b26f59b584e91459c19d3e226cbfac1952e5810cd367a6f12f808cac6cf104675266f2c21c83fa199f6ea62b703f427d57d0da9de27b71eb57235b0377e2 SHA512 c90dce9a54e847588c09aebedf349b2d54a87ab2ad9c3555b5c30912d8b57cbfd990ebcccbc0cd7ed1f5ac9e4bb226ccd9d500f27abaa9ca598bd89b46c6e90f
diff --git a/dev-python/sabyenc/sabyenc-4.0.1.ebuild b/dev-python/sabyenc/sabyenc-4.0.1.ebuild
new file mode 100644
index 000000000000..5445c2513b14
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-4.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
+
+distutils_enable_tests pytest