[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-07-24 Thread Michał Górny
commit: 374bb0c2b77e2f7ec1771db885c2acb96a78750b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 15:08:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 15:08:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374bb0c2

dev-python/sabyenc: Update homepage

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/metadata.xml | 4 ++--
 dev-python/sabyenc/sabyenc-7.0.2.ebuild | 5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
index b1d56c928fe3..5f55022d388c 100644
--- a/dev-python/sabyenc/metadata.xml
+++ b/dev-python/sabyenc/metadata.xml
@@ -10,7 +10,7 @@
Proxy Maintainers


-   sabnzbd/sabyenc
-   sabyenc
+   sabnzbd/sabctools
+   sabctools

 

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
index ae97ca71bd87..de4949031d0a 100644
--- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -13,7 +13,10 @@ MY_PN="sabctools"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
-HOMEPAGE="https://github.com/sabnzbd/sabctools;
+HOMEPAGE="
+   https://github.com/sabnzbd/sabctools/
+   https://pypi.org/project/sabctools/
+"
 SRC_URI="
https://github.com/sabnzbd/${MY_PN}/archive/v${PV}.tar.gz
-> ${MY_P}.gh.tar.gz



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-07-24 Thread Michał Górny
commit: 61049dc423aee06ba1c6378ae16c04597c742dcf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 15:08:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 15:08:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61049dc4

dev-python/sabyenc: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/sabyenc-7.0.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
index 2eabc28e67d4..ae97ca71bd87 100644
--- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -3,9 +3,12 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
+
 MY_PN="sabctools"
 MY_P="${MY_PN}-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/, profiles/updates/, dev-python/sabctools/, net-nntp/sabnzbd/

2023-07-24 Thread Michał Górny
commit: 945fa798ee3db7ccd69119d50fdfd5655a925c7b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 15:09:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 15:09:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945fa798

Rename dev-python/{sabyenc → sabctools}

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/{sabyenc => sabctools}/Manifest  | 0
 dev-python/{sabyenc => sabctools}/metadata.xml  | 0
 .../{sabyenc/sabyenc-7.0.2.ebuild => sabctools/sabctools-7.0.2.ebuild}  | 0
 net-nntp/sabnzbd/sabnzbd-4.0.2.ebuild   | 2 +-
 profiles/updates/3Q-2023| 1 +
 5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabctools/Manifest
similarity index 100%
rename from dev-python/sabyenc/Manifest
rename to dev-python/sabctools/Manifest

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabctools/metadata.xml
similarity index 100%
rename from dev-python/sabyenc/metadata.xml
rename to dev-python/sabctools/metadata.xml

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabctools/sabctools-7.0.2.ebuild
similarity index 100%
rename from dev-python/sabyenc/sabyenc-7.0.2.ebuild
rename to dev-python/sabctools/sabctools-7.0.2.ebuild

diff --git a/net-nntp/sabnzbd/sabnzbd-4.0.2.ebuild 
b/net-nntp/sabnzbd/sabnzbd-4.0.2.ebuild
index 59f1c1a8656d..3cecba4b03be 100644
--- a/net-nntp/sabnzbd/sabnzbd-4.0.2.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-4.0.2.ebuild
@@ -42,7 +42,7 @@ DEPEND="
dev-python/notify2[${PYTHON_USEDEP}]
dev-python/portend[${PYTHON_USEDEP}]
dev-python/puremagic[${PYTHON_USEDEP}]
-   ~dev-python/sabyenc-7.0.2[${PYTHON_USEDEP}]
+   ~dev-python/sabctools-7.0.2[${PYTHON_USEDEP}]
')
test? ( $(python_gen_cond_dep '
dev-python/tavalidate[${PYTHON_USEDEP}]

diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023
index da5cde0dc273..6247e19ae0f6 100644
--- a/profiles/updates/3Q-2023
+++ b/profiles/updates/3Q-2023
@@ -2,3 +2,4 @@ move dev-python/charset_normalizer dev-python/charset-normalizer
 move dev-python/reedsolomon dev-python/reedsolo
 move dev-python/discogs-client dev-python/python3-discogs-client
 move dev-python/hcloud-python dev-python/hcloud
+move dev-python/sabyenc dev-python/sabctools



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-07-24 Thread Michał Górny
commit: 64e2fe7548773574a1d74d71bf558f581a6dd57d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 15:04:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 15:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e2fe75

dev-python/sabyenc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/Manifest |  1 -
 dev-python/sabyenc/sabyenc-5.4.4.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 57da4ecce1a9..b2038b017e6a 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1,2 +1 @@
 DIST sabctools-7.0.2.gh.tar.gz 8539819 BLAKE2B 
38212656c745238f106fbc9334f6dccb02bb9e05153bc73a21a783a25a0c5a63cae2893a01fcceefe37e6f5f187fc6d762fcc632f1228410e951740c808e0e9e
 SHA512 
05968a29afb7a041549bae9e9a4303160820da4cd10ea33ab4475fe48fd0b4cf46023c6254715161265f3e1bdf2b66ae7e62007789fbc288aa229d3a218a3df8
-DIST sabyenc-5.4.4.gh.tar.gz 19774441 BLAKE2B 
945614697b59f984df1f159b64e177ee75d9b5c00cb59af21dddb92bf17f8647467b919be963a1beabfe64c4206aa6f3438b780a21e766722fad99afa38ea340
 SHA512 
a35a5f29b1f5586299fdfd87d4323fa8ab56f06a2f6ef3b0b95aa033a481beee886bf1834ed73e1ba65b74c5e86efc5f0307394f32803ef52a391ca4b0caedf9

diff --git a/dev-python/sabyenc/sabyenc-5.4.4.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
deleted file mode 100644
index 86a0ff1d37a1..
--- a/dev-python/sabyenc/sabyenc-5.4.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-06-27 Thread Joonas Niilola
commit: eb73a9ff74e9c74fbb9c5cd7ded8b8bac3ff11e8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jun 27 06:40:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun 27 06:40:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb73a9ff

dev-python/sabyenc: Stabilize 7.0.2 amd64, #909261

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/sabyenc/sabyenc-7.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
index c3bea9d632b9..2eabc28e67d4 100644
--- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-05-20 Thread Joonas Niilola
commit: 33537540224665c3c7de49ccba081e8adc8ed88e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May 20 12:49:43 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 20 12:50:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33537540

dev-python/sabyenc: destabilize 7.0.2 for ~amd64

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/sabyenc/sabyenc-7.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
index 2eabc28e67d4..c3bea9d632b9 100644
--- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-05-20 Thread Joonas Niilola
commit: 7f91be2373a9f52bd96c8a153e4c98e6faa66fc2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May 20 12:46:20 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 20 12:50:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f91be23

dev-python/sabyenc: add missing test dep on 7.0.2

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/sabyenc/sabyenc-7.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
index 74dc4d02eef7..2eabc28e67d4 100644
--- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -24,6 +24,7 @@ KEYWORDS="amd64 ~x86"
 BDEPEND="
test? (
dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/portend[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-05-20 Thread Joonas Niilola
commit: 1cf2656a5d354a18d4b22cc295ef269d71ba0dc8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Apr 30 00:33:09 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 20 12:50:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf2656a

dev-python/sabyenc: add 7.0.2

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/30809
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/sabyenc-7.0.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index c67cf31c6268..57da4ecce1a9 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1,2 @@
+DIST sabctools-7.0.2.gh.tar.gz 8539819 BLAKE2B 
38212656c745238f106fbc9334f6dccb02bb9e05153bc73a21a783a25a0c5a63cae2893a01fcceefe37e6f5f187fc6d762fcc632f1228410e951740c808e0e9e
 SHA512 
05968a29afb7a041549bae9e9a4303160820da4cd10ea33ab4475fe48fd0b4cf46023c6254715161265f3e1bdf2b66ae7e62007789fbc288aa229d3a218a3df8
 DIST sabyenc-5.4.4.gh.tar.gz 19774441 BLAKE2B 
945614697b59f984df1f159b64e177ee75d9b5c00cb59af21dddb92bf17f8647467b919be963a1beabfe64c4206aa6f3438b780a21e766722fad99afa38ea340
 SHA512 
a35a5f29b1f5586299fdfd87d4323fa8ab56f06a2f6ef3b0b95aa033a481beee886bf1834ed73e1ba65b74c5e86efc5f0307394f32803ef52a391ca4b0caedf9

diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
new file mode 100644
index ..74dc4d02eef7
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -0,0 +1,32 @@
+# 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
+MY_PN="sabctools"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
+HOMEPAGE="https://github.com/sabnzbd/sabctools;
+SRC_URI="
+   https://github.com/sabnzbd/${MY_PN}/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-05-04 Thread Michał Górny
commit: f366827d746326cc01593a41893030f8781fff1d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:54:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:56:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f366827d

dev-python/sabyenc: Set DISTUTILS_EXT=1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/sabyenc-5.4.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/sabyenc/sabyenc-5.4.4.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
index e78ae25c124c..86a0ff1d37a1 100644
--- a/dev-python/sabyenc/sabyenc-5.4.4.ebuild
+++ b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
@@ -3,8 +3,10 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
+
 inherit distutils-r1
 
 DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-01-15 Thread Michał Górny
commit: 2f6a87ed329051a5ebfe4b6d661eecb68bcd8981
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 15 08:13:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 15 08:29:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6a87ed

dev-python/sabyenc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/Manifest |  2 --
 dev-python/sabyenc/sabyenc-5.4.2.ebuild | 29 -
 dev-python/sabyenc/sabyenc-5.4.3.ebuild | 29 -
 3 files changed, 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..
--- 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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2023-01-14 Thread Sam James
commit: 26d47d024f184291e992755d141ee63a9a3e1923
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 14 11:47:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 14 11:47:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d47d02

dev-python/sabyenc: Stabilize 5.4.3 amd64, #887183

Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/sabyenc-5.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sabyenc/sabyenc-5.4.3.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.3.ebuild
index 74f8328f2a0f..ba871907139b 100644
--- a/dev-python/sabyenc/sabyenc-5.4.3.ebuild
+++ b/dev-python/sabyenc/sabyenc-5.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2022-11-19 Thread Sam James
commit: ab08dd12efef8f885c5c3632d5a0f4dd8b9d8eb2
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 16:39:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 16:40:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab08dd12

dev-python/sabyenc: Stabilize 5.4.4 amd64, #881937

Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/sabyenc-5.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-5.4.4.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
index 74f8328f2a0f..2e136ce94689 100644
--- a/dev-python/sabyenc/sabyenc-5.4.4.ebuild
+++ b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2022-10-12 Thread Sam James
commit: bed392682ff8f31e92f2bb44a1b828f819f06ae2
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 12 21:01:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 21:01:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed39268

dev-python/sabyenc: add 5.4.3

Closes: https://bugs.gentoo.org/869869
Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/sabyenc-5.4.3.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 75f41aa002c9..03d5b68449db 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1,2 +1,3 @@
 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.3.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.3.ebuild
new file mode 100644
index ..74f8328f2a0f
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-5.4.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2022-10-12 Thread Sam James
commit: 6a489cf774f31fb648f0912b7a4e7fe24bc798a6
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 12 20:45:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 20:45:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a489cf7

dev-python/sabyenc: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/metadata.xml | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
index 5eed46fca8ac..b1d56c928fe3 100644
--- a/dev-python/sabyenc/metadata.xml
+++ b/dev-python/sabyenc/metadata.xml
@@ -2,14 +2,15 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

-   Matt.Jolly@footclan.ninja
-   Matt Jolly
+   Matt.Jolly@footclan.ninja
+   Matt Jolly


-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   proxy-ma...@gentoo.org
+   Proxy Maintainers


+   sabnzbd/sabyenc
sabyenc

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2022-10-12 Thread Sam James
commit: 606d468b49e08424c4b017b76f69207b7424402d
Author: Matt Jolly  footclan  ninja>
AuthorDate: Wed Sep 28 11:24:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 20:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606d468b

dev-python/sabyenc: add 5.4.4

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/metadata.xml |  9 -
 dev-python/sabyenc/sabyenc-5.4.4.ebuild | 29 +
 3 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index c3cc9df57aff..75f41aa002c9 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1,2 @@
 DIST sabyenc-5.4.2.gh.tar.gz 19774424 BLAKE2B 
fbb954435236eb1794611a8e5852534b0f7dbd79806e8a9ca1bb57274df7cc89a6a26aa92c89c596e0c2857d4bfbd4e4c34f1d529cb5d2464a669d6d15a3f392
 SHA512 
a07a57e6b3416e147fcef4f27e52fea4b3a522ebb722b4d223469b63e9d08f42689950d86c544a41bfe81bba934514a43094c13b98aa585167cae69a5aa1f405
+DIST sabyenc-5.4.4.gh.tar.gz 19774441 BLAKE2B 
945614697b59f984df1f159b64e177ee75d9b5c00cb59af21dddb92bf17f8647467b919be963a1beabfe64c4206aa6f3438b780a21e766722fad99afa38ea340
 SHA512 
a35a5f29b1f5586299fdfd87d4323fa8ab56f06a2f6ef3b0b95aa033a481beee886bf1834ed73e1ba65b74c5e86efc5f0307394f32803ef52a391ca4b0caedf9

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
index ff36593f0fed..5eed46fca8ac 100644
--- a/dev-python/sabyenc/metadata.xml
+++ b/dev-python/sabyenc/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   Matt.Jolly@footclan.ninja
+   Matt Jolly
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

sabyenc


diff --git a/dev-python/sabyenc/sabyenc-5.4.4.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
new file mode 100644
index ..74f8328f2a0f
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-5.4.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/files/, dev-python/sabyenc/

2022-09-06 Thread Michał Górny
commit: 637e284c75735e48554709e3c7033d376d5b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  7 04:42:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  7 04:42:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637e284c

dev-python/sabyenc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/Manifest|  1 -
 .../sabyenc/files/sabyenc-4.0.2-fix-segfault.patch | 28 --
 dev-python/sabyenc/sabyenc-4.0.2.ebuild| 28 --
 3 files changed, 57 deletions(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 26a0a7656ff2..c3cc9df57aff 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1,2 +1 @@
-DIST sabyenc-4.0.2.tar.gz 19579235 BLAKE2B 
26af61a979f94b954a6fb7fa425ca07a8d757fb16c9d434e9a1e0019d84d156b527e9309cc65113fef64dd3f2afb92b46619dc9506327273f2ba7822337e9ccf
 SHA512 
88e8b47b1438ca55b51dbf8a407c33ec335f0604abf8a3dcbc45853b6dadadf9932d97cf3f0adabd71a9405e2deaeff2777483d9ea692c9d3cbab99dfbfbc901
 DIST sabyenc-5.4.2.gh.tar.gz 19774424 BLAKE2B 
fbb954435236eb1794611a8e5852534b0f7dbd79806e8a9ca1bb57274df7cc89a6a26aa92c89c596e0c2857d4bfbd4e4c34f1d529cb5d2464a669d6d15a3f392
 SHA512 
a07a57e6b3416e147fcef4f27e52fea4b3a522ebb722b4d223469b63e9d08f42689950d86c544a41bfe81bba934514a43094c13b98aa585167cae69a5aa1f405

diff --git a/dev-python/sabyenc/files/sabyenc-4.0.2-fix-segfault.patch 
b/dev-python/sabyenc/files/sabyenc-4.0.2-fix-segfault.patch
deleted file mode 100644
index 1a80d5f13da8..
--- a/dev-python/sabyenc/files/sabyenc-4.0.2-fix-segfault.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Arthur Zamarin 
-Date: Sat, 18 Sep 2021 21:07:45 +0300
-Subject: Fix Segfault during testing
-
-decode_usenet_chunks might receive it argument as bytesarray, or
-as bytes object, but the C code expects only bytesarray.
-Add code, to apply variant for each case, and fail using assert when
-both don't apply.
-
-Signed-off-by: Arthur Zamarin 
-
 a/src/sabyenc3.c
-+++ b/src/sabyenc3.c
-@@ -593,7 +593,13 @@ PyObject* decode_usenet_chunks(PyObject* self, PyObject* 
args) {
- num_bytes_reserved = 0;
- lp_max = (int)PyList_Size(Py_input_list);
- for(lp = 0; lp < lp_max; lp++) {
--num_bytes_reserved += 
(int)PyByteArray_GET_SIZE(PyList_GetItem(Py_input_list, lp));
-+PyObject *temp = PyList_GetItem(Py_input_list, lp);
-+if (PyByteArray_Check(temp))
-+num_bytes_reserved += (int)PyByteArray_GET_SIZE(temp);
-+else if (PyBytes_Check(temp))
-+num_bytes_reserved += (int)PyBytes_GET_SIZE(temp);
-+else
-+assert(PyByteArray_Check(temp) || PyBytes_Check(temp));
- }
- }
-

diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
deleted file mode 100644
index d9536017b50b..
--- a/dev-python/sabyenc/sabyenc-4.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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"
-
-BDEPEND="test? (
-   dev-python/chardet[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-segfault.patch"
-)
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2022-09-06 Thread Sam James
commit: 35ae5416d0f5000e06b480a28aeab30cae36d506
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:09:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:09:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ae5416

dev-python/sabyenc: Stabilize 5.4.2 amd64, #868816

Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/sabyenc-5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-5.4.2.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.2.ebuild
index 74f8328f2a0f..2e136ce94689 100644
--- a/dev-python/sabyenc/sabyenc-5.4.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-5.4.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2022-08-02 Thread Arthur Zamarin
commit: f49bbd765cb074e68db726caf2191242ac30eaa1
Author: Joe Kappus  wt  gd>
AuthorDate: Fri Jul 29 06:50:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 16:53:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49bbd76

dev-python/sabyenc: add 5.4.2

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/26644
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/sabyenc-5.4.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index e88a519cf641..26a0a7656ff2 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1,2 @@
 DIST sabyenc-4.0.2.tar.gz 19579235 BLAKE2B 
26af61a979f94b954a6fb7fa425ca07a8d757fb16c9d434e9a1e0019d84d156b527e9309cc65113fef64dd3f2afb92b46619dc9506327273f2ba7822337e9ccf
 SHA512 
88e8b47b1438ca55b51dbf8a407c33ec335f0604abf8a3dcbc45853b6dadadf9932d97cf3f0adabd71a9405e2deaeff2777483d9ea692c9d3cbab99dfbfbc901
+DIST sabyenc-5.4.2.gh.tar.gz 19774424 BLAKE2B 
fbb954435236eb1794611a8e5852534b0f7dbd79806e8a9ca1bb57274df7cc89a6a26aa92c89c596e0c2857d4bfbd4e4c34f1d529cb5d2464a669d6d15a3f392
 SHA512 
a07a57e6b3416e147fcef4f27e52fea4b3a522ebb722b4d223469b63e9d08f42689950d86c544a41bfe81bba934514a43094c13b98aa585167cae69a5aa1f405

diff --git a/dev-python/sabyenc/sabyenc-5.4.2.ebuild 
b/dev-python/sabyenc/sabyenc-5.4.2.ebuild
new file mode 100644
index ..74f8328f2a0f
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-5.4.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/, dev-python/sabyenc/files/

2021-09-18 Thread Arthur Zamarin
commit: 57ea44b8b8fdc2c57c3f8e0e328d12d2cecb3add
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 18 18:14:45 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 18 18:14:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ea44b8

dev-python/sabyenc: fix segfault, enable py3.10

Closes: https://bugs.gentoo.org/736224
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../sabyenc/files/sabyenc-4.0.2-fix-segfault.patch | 28 ++
 dev-python/sabyenc/sabyenc-4.0.2.ebuild| 17 +++--
 2 files changed, 38 insertions(+), 7 deletions(-)

diff --git a/dev-python/sabyenc/files/sabyenc-4.0.2-fix-segfault.patch 
b/dev-python/sabyenc/files/sabyenc-4.0.2-fix-segfault.patch
new file mode 100644
index 000..1a80d5f13da
--- /dev/null
+++ b/dev-python/sabyenc/files/sabyenc-4.0.2-fix-segfault.patch
@@ -0,0 +1,28 @@
+From: Arthur Zamarin 
+Date: Sat, 18 Sep 2021 21:07:45 +0300
+Subject: Fix Segfault during testing
+
+decode_usenet_chunks might receive it argument as bytesarray, or
+as bytes object, but the C code expects only bytesarray.
+Add code, to apply variant for each case, and fail using assert when
+both don't apply.
+
+Signed-off-by: Arthur Zamarin 
+
+--- a/src/sabyenc3.c
 b/src/sabyenc3.c
+@@ -593,7 +593,13 @@ PyObject* decode_usenet_chunks(PyObject* self, PyObject* 
args) {
+ num_bytes_reserved = 0;
+ lp_max = (int)PyList_Size(Py_input_list);
+ for(lp = 0; lp < lp_max; lp++) {
+-num_bytes_reserved += 
(int)PyByteArray_GET_SIZE(PyList_GetItem(Py_input_list, lp));
++PyObject *temp = PyList_GetItem(Py_input_list, lp);
++if (PyByteArray_Check(temp))
++num_bytes_reserved += (int)PyByteArray_GET_SIZE(temp);
++else if (PyBytes_Check(temp))
++num_bytes_reserved += (int)PyBytes_GET_SIZE(temp);
++else
++assert(PyByteArray_Check(temp) || PyBytes_Check(temp));
+ }
+ }
+

diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
index f777975da68..d9536017b50 100644
--- a/dev-python/sabyenc/sabyenc-4.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -13,13 +14,15 @@ 
SRC_URI="https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
 
-DEPEND="test? (
+BDEPEND="test? (
dev-python/chardet[${PYTHON_USEDEP}]
)"
 
+DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-segfault.patch"
+)
+
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2021-05-15 Thread Sam James
commit: d6f1eefc270c60c4f2652ae4e4cfd0cc6fc24c90
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 19:26:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 19:26:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f1eefc

dev-python/sabyenc: Stabilize 4.0.2 amd64, #788862

Signed-off-by: Sam James  gentoo.org>

 dev-python/sabyenc/sabyenc-4.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
index 16767162d48..f777975da68 100644
--- a/dev-python/sabyenc/sabyenc-4.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2020-10-19 Thread Thomas Deutschmann
commit: 41de59c3a78e8ab3f0ee8844e31ceeb78d59f281
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 19 21:15:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 19 21:15:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41de59c3

dev-python/sabyenc: add Python 3.9 support

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/sabyenc-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
index 6c6fdf9e58b..e3ab793f60f 100644
--- a/dev-python/sabyenc/sabyenc-4.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2020-08-06 Thread Michał Górny
commit: 5b408d23ce53a7516bd058ff141a9b4c65988a2f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 15:40:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 15:42:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b408d23

dev-python/sabyenc: Remove old (py2)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sabyenc/Manifest |  1 -
 dev-python/sabyenc/sabyenc-3.3.6.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 6adaebeebc8..cb888973393 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1,3 +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
 DIST sabyenc-4.0.2.tar.gz 19579235 BLAKE2B 
26af61a979f94b954a6fb7fa425ca07a8d757fb16c9d434e9a1e0019d84d156b527e9309cc65113fef64dd3f2afb92b46619dc9506327273f2ba7822337e9ccf
 SHA512 
88e8b47b1438ca55b51dbf8a407c33ec335f0604abf8a3dcbc45853b6dadadf9932d97cf3f0adabd71a9405e2deaeff2777483d9ea692c9d3cbab99dfbfbc901

diff --git a/dev-python/sabyenc/sabyenc-3.3.6.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
deleted file mode 100644
index 2d3ffa014e0..000
--- a/dev-python/sabyenc/sabyenc-3.3.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 vcs-snapshot
-
-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"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
-
-python_test() {
-   pytest -v || die "Test failed."
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2020-08-06 Thread Thomas Deutschmann
commit: 2c157efb222d14e2700b6e7f95921c98415f961c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Aug  6 11:46:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Aug  6 13:49:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c157efb

dev-python/sabyenc: bump to v4.0.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/sabyenc-4.0.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 5a18a505fbe..6adaebeebc8 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1,2 +1,3 @@
 DIST sabyenc-3.3.6.tar.gz 19578544 BLAKE2B 
dc196618578b213fa8f1ffc2c29340d9f9765d98942c354ef7510a6472c4594431448291d19153b1f51606d27c4e43b34d12623ca69dc366aea3aa0483713489
 SHA512 
bc9a1d1cd487dc0a1a0cc8ef690cef67de70c211dce520896888c3d37167e83439002f4ab6cf0cef14a27b45b0ee08ad349d34e1609abb45f33e2f2f7b5ac074
 DIST sabyenc-4.0.1.tar.gz 19578540 BLAKE2B 
9a67b26f59b584e91459c19d3e226cbfac1952e5810cd367a6f12f808cac6cf104675266f2c21c83fa199f6ea62b703f427d57d0da9de27b71eb57235b0377e2
 SHA512 
c90dce9a54e847588c09aebedf349b2d54a87ab2ad9c3555b5c30912d8b57cbfd990ebcccbc0cd7ed1f5ac9e4bb226ccd9d500f27abaa9ca598bd89b46c6e90f
+DIST sabyenc-4.0.2.tar.gz 19579235 BLAKE2B 
26af61a979f94b954a6fb7fa425ca07a8d757fb16c9d434e9a1e0019d84d156b527e9309cc65113fef64dd3f2afb92b46619dc9506327273f2ba7822337e9ccf
 SHA512 
88e8b47b1438ca55b51dbf8a407c33ec335f0604abf8a3dcbc45853b6dadadf9932d97cf3f0adabd71a9405e2deaeff2777483d9ea692c9d3cbab99dfbfbc901

diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
new file mode 100644
index 000..6c6fdf9e58b
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-4.0.2.ebuild
@@ -0,0 +1,25 @@
+# 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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
+
+DEPEND="test? (
+   dev-python/chardet[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2020-05-18 Thread Thomas Deutschmann
commit: f177489211c2b62ce1804e44b5cdbc1a65b822a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 18 10:32:24 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 18 10:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1774892

dev-python/sabyenc: add missing dev-python/chardet test dep

Closes: https://bugs.gentoo.org/723624
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/sabyenc-4.0.1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/sabyenc/sabyenc-4.0.1.ebuild 
b/dev-python/sabyenc/sabyenc-4.0.1.ebuild
index 5445c2513b1..6c6fdf9e58b 100644
--- a/dev-python/sabyenc/sabyenc-4.0.1.ebuild
+++ b/dev-python/sabyenc/sabyenc-4.0.1.ebuild
@@ -13,7 +13,13 @@ 
SRC_URI="https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
 
+DEPEND="test? (
+   dev-python/chardet[${PYTHON_USEDEP}]
+   )"
+
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2020-04-29 Thread Thomas Deutschmann
commit: 9554af2addef8c4983fd4e6efefa2912bdbddaf5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 29 20:57:58 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 29 20:58:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9554af2a

dev-python/sabyenc: bump to v4.0.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/sabyenc-4.0.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 7387e4bd03a..5a18a505fbe 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 000..5445c2513b1
--- /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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2019-12-05 Thread Thomas Deutschmann
commit: 179f03e4c57644b4c0499413225edb852ce420f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  6 01:41:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  6 01:41:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179f03e4

dev-python/sabyenc: make pkgcheck happy

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/sabyenc-3.3.6.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/sabyenc/sabyenc-3.3.6.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
index cd21981df43..2d3ffa014e0 100644
--- a/dev-python/sabyenc/sabyenc-3.3.6.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
@@ -7,14 +7,16 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
-HOMEPAGE="https://github.com/sabnzbd/sabyenc/;
-SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+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"
 IUSE="test"
 
+RESTRICT="!test? ( test )"
+
 DEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2019-12-05 Thread Thomas Deutschmann
commit: 6151eac947887c80a686cce9cfc7e51a5c22597f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  6 00:31:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  6 00:42:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6151eac9

dev-python/sabyenc: bump to v3.3.6

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/Manifest |  1 +
 dev-python/sabyenc/sabyenc-3.3.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 581cf3ccf68..46d9ebf9a9d 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1,2 @@
 DIST sabyenc-3.3.5.tar.gz 19578318 BLAKE2B 
d36182074682a00cdca15be12d9d1424f9d3a8f03130df905e53814135cb0f685086d643ad23f3aec47b56b50b3ca43925a0fb4a3ded14cae2559fd14b6beeaf
 SHA512 
94b5114be111feafc65f75d6461e5135bc1b8c8a84d8501f28e1035150d5581e901e7290f5b4cc6cb5426fac5d4971d138c43f6a62ec3bfe43ea9b5f269c0a89
+DIST sabyenc-3.3.6.tar.gz 19578544 BLAKE2B 
dc196618578b213fa8f1ffc2c29340d9f9765d98942c354ef7510a6472c4594431448291d19153b1f51606d27c4e43b34d12623ca69dc366aea3aa0483713489
 SHA512 
bc9a1d1cd487dc0a1a0cc8ef690cef67de70c211dce520896888c3d37167e83439002f4ab6cf0cef14a27b45b0ee08ad349d34e1609abb45f33e2f2f7b5ac074

diff --git a/dev-python/sabyenc/sabyenc-3.3.6.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
new file mode 100644
index 000..cd21981df43
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
+HOMEPAGE="https://github.com/sabnzbd/sabyenc/;
+SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
+
+python_test() {
+   pytest -v || die "Test failed."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2019-12-05 Thread Thomas Deutschmann
commit: e288dbe102e2c37bb80705f91c4b5f5fb2f3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  6 00:28:37 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  6 00:42:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e288dbe1

dev-python/sabyenc: rescue dep of net-nntp/sabnzbd

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/sabyenc/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
index 7a38bb90096..a32d600f949 100644
--- a/dev-python/sabyenc/metadata.xml
+++ b/dev-python/sabyenc/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2019-09-04 Thread Justin Bronder
commit: 71b645f24b3868dff57928c79f5ea480382a7520
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Sep  4 14:03:36 2019 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed Sep  4 14:20:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b645f2

dev-python/sabyenc: remove jsbronder as maintainer

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Justin Bronder  gentoo.org>

 dev-python/sabyenc/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
index 664b1a9c9e0..7a38bb90096 100644
--- a/dev-python/sabyenc/metadata.xml
+++ b/dev-python/sabyenc/metadata.xml
@@ -1,7 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jsbron...@gentoo.org
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2018-05-07 Thread Justin Bronder
commit: 01196e28b4a92fb1b5d7e2ba144d1314953f1cf3
Author: Justin Bronder  gentoo  org>
AuthorDate: Mon May  7 14:33:04 2018 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Mon May  7 14:33:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01196e28

dev-python/sabyenc: bump 3.3.5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/sabyenc/Manifest   | 2 +-
 dev-python/sabyenc/{sabyenc-3.3.2.ebuild => sabyenc-3.3.5.ebuild} | 5 -
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index d171cd51dce..581cf3ccf68 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1 @@
-DIST sabyenc-3.3.2.tar.gz 16601738 BLAKE2B 
90d55d23d78574d05d1a674abf08e3dc0d913bf2f80f5f3e5e9007c1b6d1c0575e699b46ac4afca293dfb6b0357508652fee74ef3af18d2e317f01c0f982
 SHA512 
82d86007ea6802909203ca4fb08518426ce91723ede7a5c0b2a56d65f67ef00e8322a60b6571826c1aad78717b68398ece67e23ed910f7afd6db8adf42dc3ce6
+DIST sabyenc-3.3.5.tar.gz 19578318 BLAKE2B 
d36182074682a00cdca15be12d9d1424f9d3a8f03130df905e53814135cb0f685086d643ad23f3aec47b56b50b3ca43925a0fb4a3ded14cae2559fd14b6beeaf
 SHA512 
94b5114be111feafc65f75d6461e5135bc1b8c8a84d8501f28e1035150d5581e901e7290f5b4cc6cb5426fac5d4971d138c43f6a62ec3bfe43ea9b5f269c0a89

diff --git a/dev-python/sabyenc/sabyenc-3.3.2.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.5.ebuild
similarity index 83%
rename from dev-python/sabyenc/sabyenc-3.3.2.ebuild
rename to dev-python/sabyenc/sabyenc-3.3.5.ebuild
index f464f448110..7c8c926ed06 100644
--- a/dev-python/sabyenc/sabyenc-3.3.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.3.5.ebuild
@@ -21,10 +21,5 @@ DEPEND="
 DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
 
 python_test() {
-   # https://github.com/sabnzbd/sabyenc/pull/7
-   cat <<-EOF > pytest.ini
-   [pytest]
-   norecursedirs = yencfiles
-   EOF
pytest -v || die "Test failed."
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2018-01-03 Thread Justin Bronder
commit: 06e91917935b321b32c021824e46f2cef2ebfe65
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Jan  3 17:15:10 2018 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed Jan  3 17:15:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e91917

dev-python/sabyenc: bump 3.3.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/sabyenc/Manifest   | 2 +-
 dev-python/sabyenc/{sabyenc-3.3.1.ebuild => sabyenc-3.3.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 6a775663ab7..d171cd51dce 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1 @@
-DIST sabyenc-3.3.1.tar.gz 16072288 BLAKE2B 
65683ad93990fc40d2c782aef704e31424cd1a5bac53a95b6ff87283fde05cbaa172dfeabf0720d5388d7b56965054ab323efa14d4091854338e9105739a3716
 SHA512 
971a5936eb89c8e34d2a97d4a95a139584a8749c9f7172788c17cc1d184f460477da72e008d57a34ccc235867e0e5b4026b30ad229e31bb96f55a0b74da90263
+DIST sabyenc-3.3.2.tar.gz 16601738 BLAKE2B 
90d55d23d78574d05d1a674abf08e3dc0d913bf2f80f5f3e5e9007c1b6d1c0575e699b46ac4afca293dfb6b0357508652fee74ef3af18d2e317f01c0f982
 SHA512 
82d86007ea6802909203ca4fb08518426ce91723ede7a5c0b2a56d65f67ef00e8322a60b6571826c1aad78717b68398ece67e23ed910f7afd6db8adf42dc3ce6

diff --git a/dev-python/sabyenc/sabyenc-3.3.1.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.2.ebuild
similarity index 100%
rename from dev-python/sabyenc/sabyenc-3.3.1.ebuild
rename to dev-python/sabyenc/sabyenc-3.3.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2018-01-03 Thread Justin Bronder
commit: b54deddbcfad9e1ea690c7a072197465081c9919
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Jan  3 17:08:44 2018 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed Jan  3 17:08:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54deddb

dev-python/sabyenc: fix tests with pytest-3.2.2

https://github.com/sabnzbd/sabyenc/pull/7

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/sabyenc/sabyenc-3.3.1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-3.3.1.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.1.ebuild
index 0a4c2171daf..f464f448110 100644
--- a/dev-python/sabyenc/sabyenc-3.3.1.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -21,5 +21,10 @@ DEPEND="
 DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
 
 python_test() {
+   # https://github.com/sabnzbd/sabyenc/pull/7
+   cat <<-EOF > pytest.ini
+   [pytest]
+   norecursedirs = yencfiles
+   EOF
pytest -v || die "Test failed."
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/, dev-python/sabyenc/files/

2017-09-29 Thread Justin Bronder
commit: d739430145e2522e429707fadd397cb5191f48e6
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Sep 27 15:03:48 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Fri Sep 29 16:47:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7394301

dev-python/sabyenc: bump 3.3.1

Fixes #631860

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/sabyenc/Manifest|  2 +-
 .../files/0001-remove-hardcoded-cflags.patch   | 25 --
 .../{sabyenc-3.0.2.ebuild => sabyenc-3.3.1.ebuild} |  2 --
 3 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
index 38bcbe670d8..5a7685fc933 100644
--- a/dev-python/sabyenc/Manifest
+++ b/dev-python/sabyenc/Manifest
@@ -1 +1 @@
-DIST sabyenc-3.0.2.tar.gz 16081020 SHA256 
fd49ebf56a391dca0cd5b42c185329218e21e9fb53130cab7111f7e3fed98a42 SHA512 
70890421e87f9829b1ceacc11b7d1059f29e7fb1f33470b50088b38e05ce4d2433c9fda40532a4308bfbc1f01f1bde1670fa993ab7601b81133049a1b45798d5
 WHIRLPOOL 
4e2ed0dbe5ad14d940f556d2b66714c5e2e7db501a0b41189d5115ecd87357130d07796a9f1f74dc86d026061c2e5190e7564f0ca94f7b2ec16b87e5ffd53cc5
+DIST sabyenc-3.3.1.tar.gz 16072288 SHA256 
000eb1c125f43e5652e375890c9437155d0dae76aea743706ec5da547378ea42 SHA512 
971a5936eb89c8e34d2a97d4a95a139584a8749c9f7172788c17cc1d184f460477da72e008d57a34ccc235867e0e5b4026b30ad229e31bb96f55a0b74da90263
 WHIRLPOOL 
56464827a01bc3114c14565df7541166f9b6d8b3908b40eccbd113105a43677fbd590c3608626ed89e12506c88cc693b79a91e7028063076b3a9f119703af32c

diff --git a/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch 
b/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
deleted file mode 100644
index 8ec43317f44..000
--- a/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3f70d3f955048e31ccac668caa59199d8cb71b50 Mon Sep 17 00:00:00 2001
-From: Justin Bronder 
-Date: Wed, 7 Jun 2017 17:23:37 -0400
-Subject: [PATCH] remove hardcoded cflags
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index d198eac..e2d8f1a 100644
 a/setup.py
-+++ b/setup.py
-@@ -32,7 +32,7 @@ setup(
- url = "https://github.com/sabnzbd/sabnzbd-yenc;,
- license = "LGPLv3",
- package_dir = {'sabyenc': 'src'},
--ext_modules = [Extension("sabyenc", ["src/sabyenc.c"], 
extra_compile_args=["-O2"])],
-+ext_modules = [Extension("sabyenc", ["src/sabyenc.c"])],
- classifiers = [
- "Programming Language :: Python",
- "Programming Language :: Python :: 2.7",
--- 
-2.10.2
-

diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.1.ebuild
similarity index 86%
rename from dev-python/sabyenc/sabyenc-3.0.2.ebuild
rename to dev-python/sabyenc/sabyenc-3.3.1.ebuild
index 06578573af9..0a4c2171daf 100644
--- a/dev-python/sabyenc/sabyenc-3.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.3.1.ebuild
@@ -18,8 +18,6 @@ IUSE="test"
 DEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
-# Remove forced CFLAG on setup.py
-PATCHES=( "${FILESDIR}"/0001-remove-hardcoded-cflags.patch )
 DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2017-08-05 Thread Justin Bronder
commit: 461bae148b89b8b87907246d6136d622763cf36a
Author: Justin Bronder  gentoo  org>
AuthorDate: Sat Aug  5 20:56:12 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Sat Aug  5 20:56:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461bae14

dev-python/sabyenc: fix tests

Fixes #623378

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/sabyenc/sabyenc-3.0.2.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
index 4122aa0122f..06578573af9 100644
--- a/dev-python/sabyenc/sabyenc-3.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
@@ -13,12 +13,15 @@ SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> 
${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+
+DEPEND="
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 # Remove forced CFLAG on setup.py
 PATCHES=( "${FILESDIR}"/0001-remove-hardcoded-cflags.patch )
 DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
 
 python_test() {
-   "${PYTHON}" test/test.py || die "Test failed."
+   pytest -v || die "Test failed."
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/

2017-06-15 Thread Ulrich Müller
commit: 4e515cb4407064e53dbdb8a079006815a5eef7ac
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jun 15 09:15:16 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jun 15 09:15:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e515cb4

dev-python/sabyenc: [QA] Remove $Id$ from ebuild header.

 dev-python/sabyenc/sabyenc-3.0.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
index bb1f9b3cee1..4122aa0122f 100644
--- a/dev-python/sabyenc/sabyenc-3.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: f817d96e09d5ad0b706abaadace1af19614d1acd $
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/files/, dev-python/sabyenc/

2017-06-07 Thread Justin Bronder
commit: eb697a36540a1c28319b96b92bf165cc003d53f4
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Jun  7 21:31:16 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed Jun  7 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb697a36

dev-python/sabyenc: initial import

Replacment of dev-python/yenc for net-nntp/sabnzbd.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/sabyenc/Manifest|  1 +
 .../files/0001-remove-hardcoded-cflags.patch   | 25 ++
 dev-python/sabyenc/metadata.xml|  7 ++
 dev-python/sabyenc/sabyenc-3.0.2.ebuild| 25 ++
 4 files changed, 58 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
new file mode 100644
index 000..38bcbe670d8
--- /dev/null
+++ b/dev-python/sabyenc/Manifest
@@ -0,0 +1 @@
+DIST sabyenc-3.0.2.tar.gz 16081020 SHA256 
fd49ebf56a391dca0cd5b42c185329218e21e9fb53130cab7111f7e3fed98a42 SHA512 
70890421e87f9829b1ceacc11b7d1059f29e7fb1f33470b50088b38e05ce4d2433c9fda40532a4308bfbc1f01f1bde1670fa993ab7601b81133049a1b45798d5
 WHIRLPOOL 
4e2ed0dbe5ad14d940f556d2b66714c5e2e7db501a0b41189d5115ecd87357130d07796a9f1f74dc86d026061c2e5190e7564f0ca94f7b2ec16b87e5ffd53cc5

diff --git a/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch 
b/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
new file mode 100644
index 000..8ec43317f44
--- /dev/null
+++ b/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
@@ -0,0 +1,25 @@
+From 3f70d3f955048e31ccac668caa59199d8cb71b50 Mon Sep 17 00:00:00 2001
+From: Justin Bronder 
+Date: Wed, 7 Jun 2017 17:23:37 -0400
+Subject: [PATCH] remove hardcoded cflags
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index d198eac..e2d8f1a 100644
+--- a/setup.py
 b/setup.py
+@@ -32,7 +32,7 @@ setup(
+ url = "https://github.com/sabnzbd/sabnzbd-yenc;,
+ license = "LGPLv3",
+ package_dir = {'sabyenc': 'src'},
+-ext_modules = [Extension("sabyenc", ["src/sabyenc.c"], 
extra_compile_args=["-O2"])],
++ext_modules = [Extension("sabyenc", ["src/sabyenc.c"])],
+ classifiers = [
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 2.7",
+-- 
+2.10.2
+

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
new file mode 100644
index 000..664b1a9c9e0
--- /dev/null
+++ b/dev-python/sabyenc/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jsbron...@gentoo.org
+   
+

diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
new file mode 100644
index 000..bb1f9b3cee1
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: f817d96e09d5ad0b706abaadace1af19614d1acd $
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
+HOMEPAGE="https://github.com/sabnzbd/sabyenc/;
+SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Remove forced CFLAG on setup.py
+PATCHES=( "${FILESDIR}"/0001-remove-hardcoded-cflags.patch )
+DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
+
+python_test() {
+   "${PYTHON}" test/test.py || die "Test failed."
+}