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

2022-04-24 Thread Jakov Smolić
commit: 84ea595ccc3a5165389deb35cacfbe7b06daf38b
Author: Yu Gu  gmail  com>
AuthorDate: Thu Apr 21 11:46:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr 24 11:05:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ea595c

dev-python/unicodecsv: Keyword 0.14.1-r2 riscv, #839027

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
index 38bd2462fbc4..b049015f550d 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



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

2022-03-31 Thread Michał Górny
commit: a9ebab108e04ae835bad86a8bf0634484c4c50df
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 14:07:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 14:07:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ebab10

dev-python/unicodecsv: Remove old

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

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 24 ---
 1 file changed, 24 deletions(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
deleted file mode 100644
index 41975d674716..
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Drop-in replacement for python stdlib csv module supporting 
unicode"
-HOMEPAGE="https://pypi.org/project/unicodecsv/ 
https://github.com/jdunck/python-unicodecsv;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # un-depend on unittest2
-   sed -i -e 's:unittest2 as ::' unicodecsv/test.py || die
-   distutils-r1_src_prepare
-}



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

2022-03-31 Thread Jakov Smolić
commit: 1367c7c6e0067218727e91231edfa17de70763c0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 14:01:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 14:01:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1367c7c6

dev-python/unicodecsv: Stabilize 0.14.1-r2 ALLARCHES, #836539

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
index 7b08a0159317..38bd2462fbc4 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest
 



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

2022-02-25 Thread Michał Górny
commit: a9e8a8a541511c1d6d20601c3051e902ffa956ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 07:42:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 07:48:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e8a8a5

dev-python/unicodecsv: EAPI 8, PEP517

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

 dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild | 28 +++
 1 file changed, 28 insertions(+)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
new file mode 100644
index ..7b08a0159317
--- /dev/null
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
@@ -0,0 +1,28 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Drop-in replacement for python stdlib csv module supporting 
unicode"
+HOMEPAGE="
+   https://pypi.org/project/unicodecsv/
+   https://github.com/jdunck/python-unicodecsv/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # un-depend on unittest2
+   sed -i -e 's:unittest2 as ::' unicodecsv/test.py || die
+   distutils-r1_src_prepare
+}



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

2021-05-18 Thread Michał Górny
commit: a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue May 18 08:52:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 18 13:02:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a4b8df

dev-python/unicodecsv: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index e8446087c46..41975d67471 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2020-08-02 Thread Michał Górny
commit: 64aaa45e9baddff0156833f183fc1219b88c0064
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:28:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64aaa45e

dev-python/unicodecsv: Remove py2.7

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

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 1b726c42c61..50fd55ae79e 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6..9}} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-05-31 Thread Michał Górny
commit: 728c8e2f84e9c4c1ac4275c8aa7eb8c5ecc5a728
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  1 05:44:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  1 05:56:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728c8e2f

dev-python/unicodecsv: Port to py39

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

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 1b0e7f8bad9..1b726c42c61 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} )
 
 inherit distutils-r1
 



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

2020-05-31 Thread Matt Turner
commit: c2fd2b2a4d188c4a9355507a948da54de8d7ce82
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May 31 06:57:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 31 06:57:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fd2b2a

dev-python/unicodecsv: Keyword 0.14.1-r1 alpha, #617528

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index ab240b9af2d..1b0e7f8bad9 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest
 



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

2020-05-17 Thread Sergei Trofimovich
commit: 9dfb23cea22e490d613fff0a37acbe8f99caa3a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 17 09:35:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 17 09:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfb23ce

dev-python/unicodecsv: keyworded 0.14.1-r1 for ia64, bug #617528

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 579d1b8273c..ab240b9af2d 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest
 



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

2020-05-01 Thread Michał Górny
commit: 60354475e4b8c22ba4bded5cab4ffbf64a60b175
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  1 12:10:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  1 12:53:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60354475

dev-python/unicodecsv: Avoid dep on unittest2

Closes: https://bugs.gentoo.org/720254
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index f679c0c8c60..579d1b8273c 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -16,3 +16,9 @@ SLOT="0"
 KEYWORDS="amd64 arm64 hppa ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest
+
+src_prepare() {
+   # un-depend on unittest2
+   sed -i -e 's:unittest2 as ::' unicodecsv/test.py || die
+   distutils-r1_src_prepare
+}



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

2020-04-21 Thread Sergei Trofimovich
commit: 7a6ddaeba89b13cbe04bba126f20e92a73aad303
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 21 16:49:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 21 19:45:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6ddaeb

dev-python/unicodecsv: stable 0.14.1-r1 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index af9cbce8cf5..f679c0c8c60 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm64 hppa ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests unittest



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

2020-04-18 Thread Sergei Trofimovich
commit: 2e3abcd7dc286e21d62f6f03fabf2a80cf44ac3a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr 18 09:29:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 18 09:52:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3abcd7

dev-python/unicodecsv: stable 0.14.1-r1 for hppa under ALLARCHES

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index ddbb585d593..af9cbce8cf5 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm64 hppa ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests unittest



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

2020-04-08 Thread Sergei Trofimovich
commit: f7dd2c41d75b87c84ec87ef2b33c763cf5eccefb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr  8 20:39:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr  8 20:53:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dd2c41

dev-python/unicodecsv: keyworded 0.14.1-r1 for hppa/sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 5ff99911e92..ddbb585d593 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests unittest



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

2020-03-29 Thread Michał Górny
commit: f4c9375f3848050295e931430f4ceea5c9954470
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 10:23:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 10:29:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c9375f

dev-python/unicodecsv: Stabilize 0.14.1-r1 ALLARCHES

Closes: https://bugs.gentoo.org/714548
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 9a66cd27010..5ff99911e92 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
 
 distutils_enable_tests unittest



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

2020-03-29 Thread Michał Górny
commit: 0ca678f6792218a7a308a0549f51e994aa43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 10:24:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 10:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca678f6

dev-python/unicodecsv: Remove redundant versions

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

 dev-python/unicodecsv/unicodecsv-0.14.1.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
deleted file mode 100644
index b419261409f..000
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Drop-in replacement for python stdlib csv module supporting 
unicode"
-HOMEPAGE="https://pypi.org/project/unicodecsv/ 
https://github.com/jdunck/python-unicodecsv;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   python -m unittest discover
-}



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

2020-03-29 Thread Michał Górny
commit: 25023a9f00539c869e2098d900179fa5b886ed35
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 10:23:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 10:29:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25023a9f

dev-python/unicodecsv: Mark ALLARCHES

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

 dev-python/unicodecsv/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/unicodecsv/metadata.xml 
b/dev-python/unicodecsv/metadata.xml
index ed30864b400..0615ddf01bb 100644
--- a/dev-python/unicodecsv/metadata.xml
+++ b/dev-python/unicodecsv/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

unicodecsv
jdunck/python-unicodecsv



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

2020-01-29 Thread Patrick McLean
commit: 61b0b30a5834146febc713f6bf8c4b01998322d5
Author: Patrick McLean  sony  com>
AuthorDate: Thu Jan 30 00:56:38 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jan 30 00:56:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b0b30a

dev-python/unicodecsv-0.14.1-r1: add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 0f7d93e57eb..0e140b7c1aa 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 



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

2020-01-29 Thread Patrick McLean
commit: 166a37f390d4278385775f66b12fd98e914ef456
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jan 28 19:31:11 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jan 29 19:52:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166a37f3

dev-python/unicodecsv-0.14.1-r1: Revbump, EAPI=7, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
new file mode 100644
index 000..0f7d93e57eb
--- /dev/null
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Drop-in replacement for python stdlib csv module supporting 
unicode"
+HOMEPAGE="https://pypi.org/project/unicodecsv/ 
https://github.com/jdunck/python-unicodecsv;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+distutils_enable_tests unittest



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

2020-01-26 Thread Matthew Thode
commit: e3cec247cbc06c6f63d7f45389b70ed0c0deaeeb
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 26 20:15:58 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan 26 20:24:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cec247

dev-python/unicodecsv: add ppc64 keyword under ALLARCHES for cliff

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index abfa9d11c8b..b419261409f 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc x86"
+KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-01-28 Thread Matthew Thode
commit: dd8cb2376af8d2f11446561b65f5a58413d5dcfd
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 27 23:24:36 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 28 00:25:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8cb237

dev-python/unicodecsv: add py37 support

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 8d63db7874a..33012ba7038 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 



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

2018-08-30 Thread Matt Thode
commit: 023471d40cc8bda2bc53393a904e531d4efe706d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 17:39:32 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 17:50:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023471d4

dev-python/unicodecsv: 0.14.1 stable arm64 allarches for pbr

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 924fdbc18ba..8d63db7874a 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.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=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc x86"
+KEYWORDS="amd64 arm64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-12-01 Thread Sven Wegener
commit: 88b0145504cd20699a827cf66f2069aa744d8e15
Author: Sven Wegener  gentoo  org>
AuthorDate: Sat Dec  2 07:26:36 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Sat Dec  2 07:27:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b01455

dev-python/unicodecsv: Add setuptools dependency

Package-Manager: Portage-2.3.14, Repoman-2.3.6

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 42d302a1632..6656408e855 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -16,6 +16,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc x86"
 IUSE=""
 
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
 python_test() {
python -m unittest discover
 }



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

2017-05-04 Thread Manuel Rüger
commit: 799c8a590c9a005d3417c2e75f192bc33700ba89
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May  4 16:24:25 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May  4 16:24:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799c8a59

dev-python/unicodecsv: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 8edaf797627..42d302a1632 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-01-19 Thread Agostino Sarubbo
commit: 34a9014b099c05217271f22ce98530ad869eb507
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 10:58:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 10:58:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a9014b

dev-python/unicodecsv: x86 stable wrt bug #606354

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 63be4bd..337f5a7 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc x86"
 IUSE=""
 
 python_test() {



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

2017-01-18 Thread Agostino Sarubbo
commit: 4859d10f5f931706df3f77fa378b11cb5230e981
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4859d10f

dev-python/unicodecsv: amd64 stable wrt bug #606354

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index f43c8e0..63be4bd 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~ppc"
+KEYWORDS="amd64 ~arm64 ~ppc ~x86"
 IUSE=""
 
 python_test() {



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

2016-03-25 Thread Matt Thode
commit: 6f4dfb858e5bfa6c8c81a3af287a5336931bf004
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 26 01:55:31 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 26 01:55:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4dfb85

dev-python/unicodecsv: adding py33

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index f43c8e0..804b47b 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1
 



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

2016-02-27 Thread Matt Thode
commit: edd0505e2439916fe316ef1bb53b10299de28b67
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:45:32 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:45:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd0505e

dev-python/unicodecsv: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 788e74a..f43c8e0 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ~arm64 ~x86 ~ppc"
 IUSE=""
 
 python_test() {



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

2015-11-01 Thread Mikle Kolyada
commit: 8943b1aa8f2edfd1c8164aaca58bf3999aabaa41
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov  1 13:33:15 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov  1 13:33:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8943b1aa

dev-python/unicodecsv: x86 stable wrt bug #564474

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
index c7f801f..0be05aa 100644
--- a/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # not contained in the release tarball



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

2015-10-30 Thread Ian Delaney
commit: 9a29fb9714827b52a55b1fd482ef9394158c5a97
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Oct 30 08:44:53 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Oct 30 08:45:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a29fb97

dev-python/unicodecsv: bump to -0.14.1, fixes gentoo bug

Add py3.5 support, unrestrict test phase, upgrade test phase,
remove old, bump request by Andrew Wilcox, via the gentoo bug

Gentoo bug: #564294

Package-Manager: portage-2.2.23

 dev-python/unicodecsv/Manifest   |  4 +---
 dev-python/unicodecsv/unicodecsv-0.11.1.ebuild   | 20 
 dev-python/unicodecsv/unicodecsv-0.12.0.ebuild   | 17 -
 ...odecsv-0.11.0.ebuild => unicodecsv-0.14.1.ebuild} | 12 +++-
 4 files changed, 8 insertions(+), 45 deletions(-)

diff --git a/dev-python/unicodecsv/Manifest b/dev-python/unicodecsv/Manifest
index 95aa894..04aadcb 100644
--- a/dev-python/unicodecsv/Manifest
+++ b/dev-python/unicodecsv/Manifest
@@ -1,5 +1,3 @@
-DIST unicodecsv-0.11.0.tar.gz 9196 SHA256 
d7bbbed2a99c2b20db048c8a9c5291b8f6e863280d5e465ecd7a216c6282e37f SHA512 
5f82c434a3092a2c4266591e9a0cee9d382c709835c5fbe04576a795024e07e7ac241ccdc09c8319d940b22eed800051a935d3a7e8d92c986c7c4825a641853a
 WHIRLPOOL 
8412dc2e967816e034391bceca97fbccddb7c8d8a8d1e9072ad9a698af3cb13dd9aae6d7f6833cc5310720fba41b99c8957932c3aeada6db7b5a63aa82de
-DIST unicodecsv-0.11.1.tar.gz 9251 SHA256 
cc1f5af069588b65a05b8ef03b82f6c1b3bd7ced29f7a60c5aced42e1ea84f9c SHA512 
4a1f0e0fd1f963df4719e7df7c90357faa55399fbede94e9c1858f6862e4d45266adba81e09faeae0589ddd25be873fecbec6fae305e0b2cc950b5646691368b
 WHIRLPOOL 
b4d8a70a850d92624a4065facbc2e45d0b6ae69a135cf9a072a87bf8c1d3710f49d8b8a501f87edccc21c19a2d416e3c746042001f1a7e4c3049140e78ef3aad
-DIST unicodecsv-0.12.0.tar.gz 9372 SHA256 
b0b7513c33e658cf8e96a55ae18b7be0cf756ca7bfa39b3e4178a1a13edf5e04 SHA512 
54a930ecfcec0ef6b91f855fae7e409618a541863953493921ec28f15e26f545c44dab779ee88acb247c28e8e981e958759716337a2ffee63df866f65e4dbd36
 WHIRLPOOL 
7bacf19554f12931d0f624a53787aa8d9cc394fb7b6cc115b908487419449f06e4b2789dcfd2c451f81ad1a23334e6185deffdf3876ece4c4cb53e8752854379
 DIST unicodecsv-0.13.0.tar.gz 9445 SHA256 
a913fa13a26b4b25058950f8d6231abee855e8a03a0f265274b3ed30a91034a3 SHA512 
c794baac1b165482733faf94bab9284f6f71a1ae999dbd802afc9c906e82e396e98c5f3291f0796c39acec9dc924ad746a94269ac535046fc671351a2db33583
 WHIRLPOOL 
76b22ad354e004bb970a161d4dcce37fb5373369917a881d9a01d37ac93623e948609cb12270d94f433812cd42eb3f9602c108cf5c09cd471b312ab5a1ecdaa9
+DIST unicodecsv-0.14.1.tar.gz 10267 SHA256 
018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc SHA512 
fdd7696c4ccfd478dbf1ff846714b7bab4711ca294fb212ae173b66becd2f9220cbcf69afb8e00162312373d9e59a6336bd7be2f5c270ac0dee359a830290bd9
 WHIRLPOOL 
2f1927af9c2f1818d88f6e4fd3894e58d920f7d549f151db4281ace879fb4a27cb3bb34388d7bc15e6105639ed8a74ea4274aca4bcca45bdb178d29d2b8311cc
 DIST unicodecsv-0.9.4.tar.gz 9070 SHA256 
0272570bc2b302093d9ac6e1171fc07862f7ac938146bb6152d8dfe20eeafd9b SHA512 
2b0f4a602d68bd8bcbbeb9c7cbd2c9f3b43ca87e73816c40912b75a5c265739902e67b67f9946f1ef572ee99376cecdd7ce5a343216a32a86f25e0860251d828
 WHIRLPOOL 
d3f47eb88ee1dac3fcafc2b9cb22619d310bae9dc6ba467526e7630cea7d57e02ad1139d1e4f6152f9cefc7030aed3d9f61ffec9052f59c44dd5a0108348f638

diff --git a/dev-python/unicodecsv/unicodecsv-0.11.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.11.1.ebuild
deleted file mode 100644
index 01eaab8..000
--- a/dev-python/unicodecsv/unicodecsv-0.11.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Drop-in replacement for python stdlib csv module supporting 
unicode"
-HOMEPAGE="https://pypi.python.org/pypi/unicodecsv;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild
deleted file mode 100644
index 520eac5..000
--- a/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Drop-in replacement for python stdlib csv module supporting 
unicode"
-HOMEPAGE="https://pypi.python.org/pypi/unicodecsv;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-python/unicodecsv/unicodecsv-0.11.0.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
similarity index 59%
rename from dev-python/unicodecsv/unicodecsv-0.11.0.ebuild
rename to 

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

2015-10-30 Thread Agostino Sarubbo
commit: 8091f489ba1a2f45a6d8dd5782caf45c4f3c81d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 30 09:17:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 30 09:17:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8091f489

dev-python/unicodecsv: amd64 stable wrt bug #564474

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
index a54770d..c7f801f 100644
--- a/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # not contained in the release tarball