Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/, dev-python/sabyenc/files/
Date: Fri, 29 Sep 2017 16:47:58
Message-Id: 1506703656.d739430145e2522e429707fadd397cb5191f48e6.jsbronder@gentoo
1 commit: d739430145e2522e429707fadd397cb5191f48e6
2 Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 15:03:48 2017 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 16:47:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7394301
7
8 dev-python/sabyenc: bump 3.3.1
9
10 Fixes #631860
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 dev-python/sabyenc/Manifest | 2 +-
15 .../files/0001-remove-hardcoded-cflags.patch | 25 ----------------------
16 .../{sabyenc-3.0.2.ebuild => sabyenc-3.3.1.ebuild} | 2 --
17 3 files changed, 1 insertion(+), 28 deletions(-)
18
19 diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
20 index 38bcbe670d8..5a7685fc933 100644
21 --- a/dev-python/sabyenc/Manifest
22 +++ b/dev-python/sabyenc/Manifest
23 @@ -1 +1 @@
24 -DIST sabyenc-3.0.2.tar.gz 16081020 SHA256 fd49ebf56a391dca0cd5b42c185329218e21e9fb53130cab7111f7e3fed98a42 SHA512 70890421e87f9829b1ceacc11b7d1059f29e7fb1f33470b50088b38e05ce4d2433c9fda40532a4308bfbc1f01f1bde1670fa993ab7601b81133049a1b45798d5 WHIRLPOOL 4e2ed0dbe5ad14d940f556d2b66714c5e2e7db501a0b41189d5115ecd87357130d07796a9f1f74dc86d026061c2e5190e7564f0ca94f7b2ec16b87e5ffd53cc5
25 +DIST sabyenc-3.3.1.tar.gz 16072288 SHA256 000eb1c125f43e5652e375890c9437155d0dae76aea743706ec5da547378ea42 SHA512 971a5936eb89c8e34d2a97d4a95a139584a8749c9f7172788c17cc1d184f460477da72e008d57a34ccc235867e0e5b4026b30ad229e31bb96f55a0b74da90263 WHIRLPOOL 56464827a01bc3114c14565df7541166f9b6d8b3908b40eccbd113105a43677fbd590c3608626ed89e12506c88cc693b79a91e7028063076b3a9f119703af32c
26
27 diff --git a/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch b/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
28 deleted file mode 100644
29 index 8ec43317f44..00000000000
30 --- a/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -From 3f70d3f955048e31ccac668caa59199d8cb71b50 Mon Sep 17 00:00:00 2001
34 -From: Justin Bronder <jsbronder@×××××.com>
35 -Date: Wed, 7 Jun 2017 17:23:37 -0400
36 -Subject: [PATCH] remove hardcoded cflags
37 -
38 ----
39 - setup.py | 2 +-
40 - 1 file changed, 1 insertion(+), 1 deletion(-)
41 -
42 -diff --git a/setup.py b/setup.py
43 -index d198eac..e2d8f1a 100644
44 ---- a/setup.py
45 -+++ b/setup.py
46 -@@ -32,7 +32,7 @@ setup(
47 - url = "https://github.com/sabnzbd/sabnzbd-yenc",
48 - license = "LGPLv3",
49 - package_dir = {'sabyenc': 'src'},
50 -- ext_modules = [Extension("sabyenc", ["src/sabyenc.c"], extra_compile_args=["-O2"])],
51 -+ ext_modules = [Extension("sabyenc", ["src/sabyenc.c"])],
52 - classifiers = [
53 - "Programming Language :: Python",
54 - "Programming Language :: Python :: 2.7",
55 ---
56 -2.10.2
57 -
58
59 diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild b/dev-python/sabyenc/sabyenc-3.3.1.ebuild
60 similarity index 86%
61 rename from dev-python/sabyenc/sabyenc-3.0.2.ebuild
62 rename to dev-python/sabyenc/sabyenc-3.3.1.ebuild
63 index 06578573af9..0a4c2171daf 100644
64 --- a/dev-python/sabyenc/sabyenc-3.0.2.ebuild
65 +++ b/dev-python/sabyenc/sabyenc-3.3.1.ebuild
66 @@ -18,8 +18,6 @@ IUSE="test"
67 DEPEND="
68 test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
69
70 -# Remove forced CFLAG on setup.py
71 -PATCHES=( "${FILESDIR}"/0001-remove-hardcoded-cflags.patch )
72 DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
73
74 python_test() {