commit:     d739430145e2522e429707fadd397cb5191f48e6
Author:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 15:03:48 2017 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 16:47:36 2017 +0000
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..00000000000
--- 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 <[email protected]>
-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() {

Reply via email to