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

2023-08-25 Thread Michał Górny
commit: ba14e5f2d73c2b5530f27274d2a8356deb9dea40
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 25 14:12:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 25 14:21:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba14e5f2

dev-python/pyserial: Fix license

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

 .../{pyserial-3.5-r1.ebuild => pyserial-3.5-r2.ebuild} | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyserial/pyserial-3.5-r1.ebuild 
b/dev-python/pyserial/pyserial-3.5-r2.ebuild
similarity index 77%
rename from dev-python/pyserial/pyserial-3.5-r1.ebuild
rename to dev-python/pyserial/pyserial-3.5-r2.ebuild
index b945d4cf036e..a8e14ce8e27f 100644
--- a/dev-python/pyserial/pyserial-3.5-r1.ebuild
+++ b/dev-python/pyserial/pyserial-3.5-r2.ebuild
@@ -9,9 +9,12 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Python Serial Port extension"
-HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.org/project/pyserial/;
+HOMEPAGE="
+   https://github.com/pyserial/pyserial/
+   https://pypi.org/project/pyserial/
+"
 
-LICENSE="PSF-2"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
 IUSE="examples"
@@ -21,7 +24,8 @@ DOCS=( CHANGES.rst README.rst )
 distutils_enable_sphinx documentation --no-autodoc
 
 python_test() {
-   "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed 
with ${EPYTHON}"
+   "${EPYTHON}" test/run_all_tests.py loop:// -v ||
+   die "Testing failed with ${EPYTHON}"
 }
 
 python_install_all() {



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

2023-05-27 Thread Sam James
commit: 7f36b724f761527db6a9530ac25273f96b9dfc9a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 15:39:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 15:39:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f36b724

dev-python/pyserial: enable py3.12

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

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

diff --git a/dev-python/pyserial/pyserial-3.5-r1.ebuild 
b/dev-python/pyserial/pyserial-3.5-r1.ebuild
index 7b65bed3aa62..7ef94f0867bf 100644
--- a/dev-python/pyserial/pyserial-3.5-r1.ebuild
+++ b/dev-python/pyserial/pyserial-3.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2022-05-12 Thread Michał Górny
commit: af96cf4112d1a05cfae3faccc0a38fda6eb2ad2d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 13:33:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:36:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af96cf41

dev-python/pyserial: Enable py3.11

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

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

diff --git a/dev-python/pyserial/pyserial-3.5-r1.ebuild 
b/dev-python/pyserial/pyserial-3.5-r1.ebuild
index 8eaf645e6b8e..3815a6ffc214 100644
--- a/dev-python/pyserial/pyserial-3.5-r1.ebuild
+++ b/dev-python/pyserial/pyserial-3.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-03-16 Thread Michał Górny
commit: 8727fc232cfa3492c58c78fbea5f1db2f59e61ed
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 16 07:53:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 16 07:53:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8727fc23

dev-python/pyserial: Remove old

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

 dev-python/pyserial/pyserial-3.5.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/dev-python/pyserial/pyserial-3.5.ebuild 
b/dev-python/pyserial/pyserial-3.5.ebuild
deleted file mode 100644
index 793b5b1df0be..
--- a/dev-python/pyserial/pyserial-3.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port extension"
-HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.org/project/pyserial/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-IUSE="examples"
-
-DOCS=( CHANGES.rst README.rst )
-
-distutils_enable_sphinx documentation --no-autodoc
-
-python_test() {
-   "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed 
with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2022-02-01 Thread Michał Górny
commit: c10130eb6a60d8d753f495c13ce6981456d9500b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  1 22:44:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  1 22:48:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10130eb

dev-python/pyserial: Switch to PEP 517 build

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

 dev-python/pyserial/pyserial-3.5-r1.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/dev-python/pyserial/pyserial-3.5-r1.ebuild 
b/dev-python/pyserial/pyserial-3.5-r1.ebuild
new file mode 100644
index ..605d44552619
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.5-r1.ebuild
@@ -0,0 +1,34 @@
+# 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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.org/project/pyserial/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+DOCS=( CHANGES.rst README.rst )
+
+distutils_enable_sphinx documentation --no-autodoc
+
+python_test() {
+   "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2022-02-01 Thread Michał Górny
commit: e6b668191459bb8436bc3b02338dc600fe69d37c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  1 22:43:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  1 22:48:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b66819

dev-python/pyserial: Add pypy3 love

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

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

diff --git a/dev-python/pyserial/pyserial-3.5.ebuild 
b/dev-python/pyserial/pyserial-3.5.ebuild
index e1edf4d0bc81..793b5b1df0be 100644
--- a/dev-python/pyserial/pyserial-3.5.ebuild
+++ b/dev-python/pyserial/pyserial-3.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python Serial Port extension"



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

2021-05-13 Thread Michał Górny
commit: 0caf20b600be7499a9214103892d569cdaa2984f
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu May 13 14:39:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 13 22:09:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0caf20b6

dev-python/pyserial: Bump to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyserial/pyserial-3.5.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pyserial/pyserial-3.5.ebuild 
b/dev-python/pyserial/pyserial-3.5.ebuild
index 09d95613426..e1edf4d0bc8 100644
--- a/dev-python/pyserial/pyserial-3.5.ebuild
+++ b/dev-python/pyserial/pyserial-3.5.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
-
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python Serial Port extension"



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

2020-12-31 Thread Michał Górny
commit: adbafafb3de57ccdb107f05d605434500af1fe58
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 31 08:52:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 31 08:54:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbafafb

dev-python/pyserial: Remove old

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

 dev-python/pyserial/Manifest|  1 -
 dev-python/pyserial/pyserial-3.4.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index e5534afd9ce..099907e50a9 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,2 +1 @@
-DIST pyserial-3.4.tar.gz 151657 BLAKE2B 
cf47aba4a6f3bb2fe39d99e72907496faa1c9f37857810fef4d826cca72c361d0e43dbc33d9cf2291a589bf0193d17355d149e6eb61b4f9e28250207708ef09a
 SHA512 
d71dffc330704e41caac6054adf192bee2f1c119691faf2ea93fe22e8e3ba000dc4a1434293f6f80d05a5577d85b96791f656e28d5c63fb0ce6a6605467a117f
 DIST pyserial-3.5.tar.gz 159125 BLAKE2B 
6be1930afc6cfecad54cd7a116a0e93085d166907acb4c2fa5b7b9485ec28cfb6dc9e7ffc13ae5628c344ef0f78c15bdd828b8d51048a484548538cf14b9da20
 SHA512 
c8df5e50d952d5a6dcf1d9253a6ba953e9763c545a867da66c22c90dfa015aba0194f2a8f29a229d0a5f4dc8bfeeaaab8bcfda4066ed78a18b151bc05e6ae327

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
deleted file mode 100644
index 1751f98a277..000
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port extension"
-HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.org/project/pyserial/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
-IUSE="examples"
-
-DOCS=( CHANGES.rst README.rst )
-
-distutils_enable_sphinx documentation --no-autodoc
-
-python_test() {
-   "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed 
with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2020-12-30 Thread Sam James
commit: b742cea0bc15faf949a22bebbecb5566e21360d6
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 31 01:18:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 31 01:18:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b742cea0

dev-python/pyserial: Stabilize 3.5 ALLARCHES, #762586

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

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

diff --git a/dev-python/pyserial/pyserial-3.5.ebuild 
b/dev-python/pyserial/pyserial-3.5.ebuild
index 075de9a06f1..28dbfa2a9b0 100644
--- a/dev-python/pyserial/pyserial-3.5.ebuild
+++ b/dev-python/pyserial/pyserial-3.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-macos"
 IUSE="examples"
 
 DOCS=( CHANGES.rst README.rst )



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

2020-11-28 Thread Sam James
commit: f6aedfe3325e356144b8f14222866bc1380cc0af
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:49:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:57:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6aedfe3

dev-python/pyserial: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pyserial/metadata.xml b/dev-python/pyserial/metadata.xml
index 9cabbe4e21b..422b88fed44 100644
--- a/dev-python/pyserial/metadata.xml
+++ b/dev-python/pyserial/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

pyserial
pyserial



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

2020-11-28 Thread Sam James
commit: e0f0d6988387029e6a1ba7b4c91553267d74baa6
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:50:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:57:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f0d698

dev-python/pyserial: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pyserial/pyserial-3.5.ebuild 
b/dev-python/pyserial/pyserial-3.5.ebuild
index f593d12af73..075de9a06f1 100644
--- a/dev-python/pyserial/pyserial-3.5.ebuild
+++ b/dev-python/pyserial/pyserial-3.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE="examples"
 
 DOCS=( CHANGES.rst README.rst )



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

2020-11-23 Thread Michał Górny
commit: e2121d2dc1fdb7948387b1ef7663d40fac8f6b23
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 23 08:11:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 23 08:21:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2121d2d

dev-python/pyserial: Bump to 3.5

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

 dev-python/pyserial/Manifest|  1 +
 dev-python/pyserial/pyserial-3.5.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 0dddf76c592..e5534afd9ce 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1 +1,2 @@
 DIST pyserial-3.4.tar.gz 151657 BLAKE2B 
cf47aba4a6f3bb2fe39d99e72907496faa1c9f37857810fef4d826cca72c361d0e43dbc33d9cf2291a589bf0193d17355d149e6eb61b4f9e28250207708ef09a
 SHA512 
d71dffc330704e41caac6054adf192bee2f1c119691faf2ea93fe22e8e3ba000dc4a1434293f6f80d05a5577d85b96791f656e28d5c63fb0ce6a6605467a117f
+DIST pyserial-3.5.tar.gz 159125 BLAKE2B 
6be1930afc6cfecad54cd7a116a0e93085d166907acb4c2fa5b7b9485ec28cfb6dc9e7ffc13ae5628c344ef0f78c15bdd828b8d51048a484548538cf14b9da20
 SHA512 
c8df5e50d952d5a6dcf1d9253a6ba953e9763c545a867da66c22c90dfa015aba0194f2a8f29a229d0a5f4dc8bfeeaaab8bcfda4066ed78a18b151bc05e6ae327

diff --git a/dev-python/pyserial/pyserial-3.5.ebuild 
b/dev-python/pyserial/pyserial-3.5.ebuild
new file mode 100644
index 000..f593d12af73
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.org/project/pyserial/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="examples"
+
+DOCS=( CHANGES.rst README.rst )
+
+distutils_enable_sphinx documentation --no-autodoc
+
+python_test() {
+   "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2020-08-22 Thread Michał Górny
commit: 5f0cacfa408493772088768b351ccdf794a30472
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 09:07:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 09:15:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0cacfa

dev-python/pyserial: Remove py2

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

 dev-python/pyserial/pyserial-3.4.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
index 1e2985aed60..11492e2a223 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -15,10 +15,6 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="examples"
 
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
 DOCS=( CHANGES.rst README.rst )
 
 distutils_enable_sphinx documentation --no-autodoc



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

2020-05-27 Thread Michał Górny
commit: 7223f4ce6ff325e5b230ea877c9c850e74fcf76d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 08:43:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 08:43:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7223f4ce

dev-python/pyserial: Port to py39

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

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

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
index d1032630f81..1e2985aed60 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-05-14 Thread Aaron Bauman
commit: 28d5d86b15b10d68ef65f38537f6b1ff77cac536
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 30 16:23:09 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 14 22:19:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d5d86b

dev-python/pyserial: remove unused patch(es)

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pyserial/files/mapping.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-python/pyserial/files/mapping.patch 
b/dev-python/pyserial/files/mapping.patch
deleted file mode 100644
index dfcb4731bbb..000
--- a/dev-python/pyserial/files/mapping.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur pyserial-2.7.orig/documentation/conf.py 
pyserial-2.7/documentation/conf.py
 a/documentation/conf.py 2013-10-18 00:29:53.0 +0800
-+++ b/documentation/conf.py  2014-03-28 12:41:08.848807687 +0800
-@@ -192,9 +192,3 @@
- 
- # If false, no module index is generated.
- #latex_use_modindex = True
--
--# for external links to standard library
--intersphinx_mapping = {
--#~ 'python': ('http://docs.python.org', None),
--'py': ('http://docs.python.org', None),
--}



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

2020-03-25 Thread Michał Górny
commit: 387be16b80f9c2639ff47a6458d009b136c6f18a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 13:32:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 13:58:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387be16b

dev-python/pyserial: Remove old

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

 dev-python/pyserial/Manifest  |  1 -
 dev-python/pyserial/pyserial-3.2.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index a4dbc05dd28..0dddf76c592 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,2 +1 @@
-DIST pyserial-3.2.1.tar.gz 147338 BLAKE2B 
6c377d1527183fc48e1369f206f409d312e4488bdb15ae1d1ed93249073ffc56529a9e6059ef57c8f2ebb867cb6d9c0b7dc3a74eafbf653463a05e603b25d69c
 SHA512 
8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f
 DIST pyserial-3.4.tar.gz 151657 BLAKE2B 
cf47aba4a6f3bb2fe39d99e72907496faa1c9f37857810fef4d826cca72c361d0e43dbc33d9cf2291a589bf0193d17355d149e6eb61b4f9e28250207708ef09a
 SHA512 
d71dffc330704e41caac6054adf192bee2f1c119691faf2ea93fe22e8e3ba000dc4a1434293f6f80d05a5577d85b96791f656e28d5c63fb0ce6a6605467a117f

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
deleted file mode 100644
index 2e7cc8001cb..000
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port extension"
-HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.org/project/pyserial/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
-IUSE="doc examples"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-# Usual avoid d'loading un-needed objects.inv file
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-DOCS=( CHANGES.rst README.rst )
-
-python_compile_all() {
-   use doc && emake -C documentation html
-}
-
-python_test() {
-   ${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( documentation/_build/html/. )
-   distutils-r1_python_install_all
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2020-03-25 Thread Michał Górny
commit: 9f82969d15c1572b48c86f25525eb14688efd147
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 13:32:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 13:58:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f82969d

dev-python/pyserial: Stabilize 3.4 ALLARCHES

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

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

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
index 470d2166ede..c3c99726518 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2019-12-01 Thread Aaron Bauman
commit: 17cd740d6182e2df94ee513c3b42bb1fd0d2e412
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 02:42:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 02:42:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cd740d

dev-python/pyserial: amd64 stable

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

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

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
index 64f8f963b20..e1870a30da1 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="examples"
 
 BDEPEND="



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

2019-11-22 Thread Michał Górny
commit: 21b3f4bab1c75278d207985941abedb8fadb5a5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 22 09:12:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 22 09:35:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b3f4ba

dev-python/pyserial: Bump to EAPI 7

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

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

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
index 789422e1202..2325d26c8f7 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
 
 inherit distutils-r1



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

2019-11-22 Thread Michał Górny
commit: 5f7cd89ef28db56435912414be156512572b8374
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 22 09:03:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 22 09:35:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7cd89e

dev-python/pyserial: Enable py3.8

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

 dev-python/pyserial/pyserial-3.4.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
index 42b285e7b17..789422e1202 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
 
 inherit distutils-r1
 
@@ -17,7 +17,7 @@ IUSE="doc examples"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   doc? ( dev-python/sphinx )
 "
 
 # Usual avoid d'loading un-needed objects.inv file
@@ -30,15 +30,14 @@ python_compile_all() {
 }
 
 python_test() {
-   ${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
+   "${EPYTHON}" test/run_all_tests.py loop:// -v || die "Testing failed 
with ${EPYTHON}"
 }
 
 python_install_all() {
use doc && local HTML_DOCS=( documentation/_build/html/. )
distutils-r1_python_install_all
if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
+   dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
 }



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

2018-07-21 Thread Mikle Kolyada
commit: f95a7989e5e9597af793c6509f52fdadfcab2fa7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 15:30:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 15:30:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95a7989

dev-python/pyserial: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index bcab615ab74..7cc47ed7da1 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2018-03-05 Thread Mart Raudsepp
commit: 1c7cfe8e88a7b481dec58caea5404909306c0de9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar  5 11:23:19 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar  5 11:24:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7cfe8e

dev-python/pyserial-3.2.1: arm64 stable (bug #602056)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index 59ef3d4e703..cd5a0cd07d0 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2018-01-05 Thread Michał Górny
commit: d39cfe8b78c556f782cf009346430b289a1500f3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  5 23:22:27 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 00:44:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39cfe8b

dev-python/pyserial: Clean old up

 dev-python/pyserial/Manifest   |  2 --
 dev-python/pyserial/pyserial-2.7-r1.ebuild | 34 ---
 dev-python/pyserial/pyserial-3.3.ebuild| 44 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 081aef21e22..a4dbc05dd28 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,4 +1,2 @@
-DIST pyserial-2.7.tar.gz 122081 BLAKE2B 
a0bfddb0880dcebd80e8e42a8db13f5e2fec219533c3523a56ccac865b58036174680c7b2184eaa48b648198441cc2e8529d63fbd623c8581fb7003b6290acac
 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 DIST pyserial-3.2.1.tar.gz 147338 BLAKE2B 
6c377d1527183fc48e1369f206f409d312e4488bdb15ae1d1ed93249073ffc56529a9e6059ef57c8f2ebb867cb6d9c0b7dc3a74eafbf653463a05e603b25d69c
 SHA512 
8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f
-DIST pyserial-3.3.tar.gz 149032 BLAKE2B 
5528ca72c6797d5862e7e6292d60e3b459d75ee2b0dadd1582e8acf6b85ecbe6155e8bebbdcb3a45ef862e635f1f1ec7b50f688ccbbf10255cfdf67276af4bf8
 SHA512 
57a0bcd0684530e1d60022804dd75acd5d9a9a358c92d967076884b2419bcfefae71e949f7aba1737023f6b089c993e98dd7cf6860e9402ed7e0b698953b3ac8
 DIST pyserial-3.4.tar.gz 151657 BLAKE2B 
cf47aba4a6f3bb2fe39d99e72907496faa1c9f37857810fef4d826cca72c361d0e43dbc33d9cf2291a589bf0193d17355d149e6eb61b4f9e28250207708ef09a
 SHA512 
d71dffc330704e41caac6054adf192bee2f1c119691faf2ea93fe22e8e3ba000dc4a1434293f6f80d05a5577d85b96791f656e28d5c63fb0ce6a6605467a117f

diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild 
b/dev-python/pyserial/pyserial-2.7-r1.ebuild
deleted file mode 100644
index 394397eaec9..000
--- a/dev-python/pyserial/pyserial-2.7-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port Extension"
-HOMEPAGE="http://pyserial.sourceforge.net/ 
https://sourceforge.net/projects/pyserial/ 
https://pypi.python.org/pypi/pyserial;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc examples"
-
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Usual avoid d'loading un-needed objects.inv file
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-DOCS=( CHANGES.txt README.txt )
-
-python_compile_all() {
-   use doc && emake -C documentation html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( documentation/_build/html/. )
-   use examples && local EXAMPLES=( examples/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pyserial/pyserial-3.3.ebuild 
b/dev-python/pyserial/pyserial-3.3.ebuild
deleted file mode 100644
index 49af2522251..000
--- a/dev-python/pyserial/pyserial-3.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port extension"
-HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.python.org/pypi/pyserial;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc examples"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-# Usual avoid d'loading un-needed objects.inv file
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-DOCS=( CHANGES.rst README.rst )
-
-python_compile_all() {
-   use doc && emake -C documentation html
-}
-
-python_test() {
-   ${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( documentation/_build/html/. )
-   distutils-r1_python_install_all
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2017-10-19 Thread Tim Harder
commit: dcacd94deeb200f9e441847014e4ac861d71e612
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Oct 19 08:09:31 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Oct 19 08:19:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcacd94d

dev-python/pyserial: version bump to 3.4

 dev-python/pyserial/Manifest|  1 +
 dev-python/pyserial/pyserial-3.4.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 584772e3d61..22ca4b8868c 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,3 +1,4 @@
 DIST pyserial-2.7.tar.gz 122081 SHA256 
3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 WHIRLPOOL 
ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
 DIST pyserial-3.2.1.tar.gz 147338 SHA256 
1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1 SHA512 
8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f
 WHIRLPOOL 
529c4eb12adf88579d528d3bd9dfec6fd7b43890217392677b7c8428f7ca7b3fe5dded863c4690c9eaa5ea37a2cdb56744e328a47a4b89d5440becceb983ecb8
 DIST pyserial-3.3.tar.gz 149032 SHA256 
2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e19edc2 SHA512 
57a0bcd0684530e1d60022804dd75acd5d9a9a358c92d967076884b2419bcfefae71e949f7aba1737023f6b089c993e98dd7cf6860e9402ed7e0b698953b3ac8
 WHIRLPOOL 
41174cb26532f563950aa1510d5fe2ab60def9141744ffad5d063f2a0e9cd7e0fdaf68db6c72ec47b2eb8fd37aa064286c27a90288ae1482e1f336574e9a1b1a
+DIST pyserial-3.4.tar.gz 151657 SHA256 
6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627 SHA512 
d71dffc330704e41caac6054adf192bee2f1c119691faf2ea93fe22e8e3ba000dc4a1434293f6f80d05a5577d85b96791f656e28d5c63fb0ce6a6605467a117f
 WHIRLPOOL 
ec79c65dfd5469dffc9f8be2a19742e3c2de591a8ff00f2350a57f3d3b948176b88b232aafb24b79d33a762b6fd7687e80c8e0915d6a01c05e5c990456f5c734

diff --git a/dev-python/pyserial/pyserial-3.4.ebuild 
b/dev-python/pyserial/pyserial-3.4.ebuild
new file mode 100644
index 000..49af2522251
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.python.org/pypi/pyserial;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc examples"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+# Usual avoid d'loading un-needed objects.inv file
+PATCHES=( "${FILESDIR}"/mapping.patch )
+
+DOCS=( CHANGES.rst README.rst )
+
+python_compile_all() {
+   use doc && emake -C documentation html
+}
+
+python_test() {
+   ${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( documentation/_build/html/. )
+   distutils-r1_python_install_all
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2017-05-16 Thread Manuel Rüger
commit: 2c2803444e5f8dc5dacc045ee27bb80ea781adf0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May 16 13:02:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May 16 13:02:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c280344

dev-python/pyserial: Version bump to 3.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyserial/Manifest|  1 +
 dev-python/pyserial/pyserial-3.3.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index e9c677cc7aa..584772e3d61 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,2 +1,3 @@
 DIST pyserial-2.7.tar.gz 122081 SHA256 
3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 WHIRLPOOL 
ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
 DIST pyserial-3.2.1.tar.gz 147338 SHA256 
1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1 SHA512 
8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f
 WHIRLPOOL 
529c4eb12adf88579d528d3bd9dfec6fd7b43890217392677b7c8428f7ca7b3fe5dded863c4690c9eaa5ea37a2cdb56744e328a47a4b89d5440becceb983ecb8
+DIST pyserial-3.3.tar.gz 149032 SHA256 
2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e19edc2 SHA512 
57a0bcd0684530e1d60022804dd75acd5d9a9a358c92d967076884b2419bcfefae71e949f7aba1737023f6b089c993e98dd7cf6860e9402ed7e0b698953b3ac8
 WHIRLPOOL 
41174cb26532f563950aa1510d5fe2ab60def9141744ffad5d063f2a0e9cd7e0fdaf68db6c72ec47b2eb8fd37aa064286c27a90288ae1482e1f336574e9a1b1a

diff --git a/dev-python/pyserial/pyserial-3.3.ebuild 
b/dev-python/pyserial/pyserial-3.3.ebuild
new file mode 100644
index 000..49af2522251
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.python.org/pypi/pyserial;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc examples"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+# Usual avoid d'loading un-needed objects.inv file
+PATCHES=( "${FILESDIR}"/mapping.patch )
+
+DOCS=( CHANGES.rst README.rst )
+
+python_compile_all() {
+   use doc && emake -C documentation html
+}
+
+python_test() {
+   ${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( documentation/_build/html/. )
+   distutils-r1_python_install_all
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2017-05-03 Thread Michał Górny
commit: db81b247b4eb02b9f686fca216dd0ce764fcadbd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 08:00:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 09:26:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db81b247

dev-python/pyserial: Clean old versions up

 dev-python/pyserial/Manifest  |  1 -
 dev-python/pyserial/pyserial-3.1.1.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 892f376aa30..e9c677cc7aa 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,3 +1,2 @@
 DIST pyserial-2.7.tar.gz 122081 SHA256 
3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 WHIRLPOOL 
ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
-DIST pyserial-3.1.1.tar.gz 147535 SHA256 
d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c SHA512 
05b6f893454b187757c8d01c8d3951751ba93e87aafd474fa684a24198eed22f892181bcbab40101e74b25dae612116880690e800adedaf56a5c12775ed2b8d8
 WHIRLPOOL 
d9d4b4894c94da9a357b27eb5e32766c0ff46cac751667f2f2195ca82ae2a2095a9df3ba219c10818faebd420912250a0dfcc6e86aedb7c4feaf6f553cdf4d52
 DIST pyserial-3.2.1.tar.gz 147338 SHA256 
1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1 SHA512 
8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f
 WHIRLPOOL 
529c4eb12adf88579d528d3bd9dfec6fd7b43890217392677b7c8428f7ca7b3fe5dded863c4690c9eaa5ea37a2cdb56744e328a47a4b89d5440becceb983ecb8

diff --git a/dev-python/pyserial/pyserial-3.1.1.ebuild 
b/dev-python/pyserial/pyserial-3.1.1.ebuild
deleted file mode 100644
index 0b37f834e5b..000
--- a/dev-python/pyserial/pyserial-3.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port extension"
-HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.python.org/pypi/pyserial;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc examples"
-
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Usual avoid d'loading un-needed objects.inv file
-PATCHES=( "${FILESDIR}"/mapping.patch )
-
-DOCS=( CHANGES.rst README.rst )
-
-python_compile_all() {
-   use doc && emake -C documentation html
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( documentation/_build/html/. )
-   use examples && local EXAMPLES=( examples/. )
-   distutils-r1_python_install_all
-}



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

2017-02-12 Thread Zac Medico
commit: b826ffc00c802893a686b5a1790178629105084f
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Feb 12 06:52:05 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Feb 12 22:19:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b826ffc0

dev-python/pyserial: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index 394cd45470..0014b1f65d 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



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

2017-01-16 Thread Jeroen Roovers
commit: a91cd83f881ea6e6606ce578bba57fdeaa02a21e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 16 10:14:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 16 10:15:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91cd83f

dev-python/pyserial: Stable for HPPA (bug #602056).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index 330a330..394cd45 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2016-12-24 Thread Agostino Sarubbo
commit: 4d3ecc10adc3b703515fee56900e31c9d63f1c4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3ecc10

dev-python/pyserial: arm stable wrt bug #602056

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

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index aceb9ff..330a330 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2016-12-18 Thread Agostino Sarubbo
commit: cc81da735e6e9b8373f1d592a55f8e707f1d58ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 18 16:29:40 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 18 16:29:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc81da73

dev-python/pyserial: x86 stable wrt bug #602056

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

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index 050a13e..9885170 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2016-12-18 Thread Agostino Sarubbo
commit: 36f70b58e49db8edea5a1a04e0f3be2c52ab78fc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 18 16:23:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 18 16:23:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f70b58

dev-python/pyserial: amd64 stable wrt bug #602056

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

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index b7f5250..050a13e 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2016-12-14 Thread Tobias Klausmann
commit: 57b1627661dc7c9375b2d01c71a54c2efb656318
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Dec 14 09:02:38 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Dec 14 09:02:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b16276

dev-python/pyserial-3.2.1-r0: stable on alpha

Gentoo-Bug: 602056

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index e4ac7f0..b7f5250 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2016-10-28 Thread Mike Gilbert
commit: 8893bf6be79062f3ac90c1a74a560d96dab1ae9f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Oct 28 14:41:02 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 28 14:42:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8893bf6b

dev-python/pyserial: bump to 3.2.1

Bug: https://bugs.gentoo.org/597326
Package-Manager: portage-2.3.2

 dev-python/pyserial/Manifest  |  1 +
 dev-python/pyserial/files/mapping.patch   |  4 +--
 dev-python/pyserial/pyserial-3.2.1.ebuild | 45 +++
 3 files changed, 48 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 44e16e7..892f376 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,2 +1,3 @@
 DIST pyserial-2.7.tar.gz 122081 SHA256 
3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 WHIRLPOOL 
ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
 DIST pyserial-3.1.1.tar.gz 147535 SHA256 
d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c SHA512 
05b6f893454b187757c8d01c8d3951751ba93e87aafd474fa684a24198eed22f892181bcbab40101e74b25dae612116880690e800adedaf56a5c12775ed2b8d8
 WHIRLPOOL 
d9d4b4894c94da9a357b27eb5e32766c0ff46cac751667f2f2195ca82ae2a2095a9df3ba219c10818faebd420912250a0dfcc6e86aedb7c4feaf6f553cdf4d52
+DIST pyserial-3.2.1.tar.gz 147338 SHA256 
1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1 SHA512 
8d3e580cc7781fc6549ab6e408642f4321eb90aafbe593f5dcf953001730f89ee32ce6592728764027a7944bfe4a0ebe2cfac1fce071777aac7c4f27ac94ab7f
 WHIRLPOOL 
529c4eb12adf88579d528d3bd9dfec6fd7b43890217392677b7c8428f7ca7b3fe5dded863c4690c9eaa5ea37a2cdb56744e328a47a4b89d5440becceb983ecb8

diff --git a/dev-python/pyserial/files/mapping.patch 
b/dev-python/pyserial/files/mapping.patch
index bd315d9..dfcb473 100644
--- a/dev-python/pyserial/files/mapping.patch
+++ b/dev-python/pyserial/files/mapping.patch
@@ -1,6 +1,6 @@
 diff -ur pyserial-2.7.orig/documentation/conf.py 
pyserial-2.7/documentation/conf.py
 documentation/conf.py 2013-10-18 00:29:53.0 +0800
-+++ documentation/conf.py  2014-03-28 12:41:08.848807687 +0800
+--- a/documentation/conf.py 2013-10-18 00:29:53.0 +0800
 b/documentation/conf.py  2014-03-28 12:41:08.848807687 +0800
 @@ -192,9 +192,3 @@
  
  # If false, no module index is generated.

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
new file mode 100644
index ..223db2b
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.python.org/pypi/pyserial;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc examples"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+# Usual avoid d'loading un-needed objects.inv file
+PATCHES=( "${FILESDIR}"/mapping.patch )
+
+DOCS=( CHANGES.rst README.rst )
+
+python_compile_all() {
+   use doc && emake -C documentation html
+}
+
+python_test() {
+   ${EPYTHON} test/run_all_tests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( documentation/_build/html/. )
+   distutils-r1_python_install_all
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2016-08-21 Thread Tim Harder
commit: dea20dc0ea28148a7715d5f98acbd5792645ba31
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 21 18:35:13 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 21 18:36:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea20dc0

dev-python/pyserial: remove old

 dev-python/pyserial/Manifest   |  1 -
 .../pyserial/files/pyserial-2.5-python-3.patch | 43 --
 .../pyserial/files/pyserial-2.6-list_ports.patch   | 15 
 dev-python/pyserial/pyserial-2.6-r1.ebuild | 22 ---
 dev-python/pyserial/pyserial-2.7.ebuild| 22 ---
 5 files changed, 103 deletions(-)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index aa457f6..44e16e7 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,3 +1,2 @@
-DIST pyserial-2.6.tar.gz 116289 SHA256 
049dbcda0cd475d3be903e721d60889ee2cc4ec3b62892a81ecef144196413ed SHA512 
41682f8fafb6c5fa9642d3a0a3d6d0648101c38d157005f9c4e019e55d534953486072caf05647d8828b0e19c8259cc61cac856a570bf09904922ffd175fad2d
 WHIRLPOOL 
d632521d4687751f3056eda3ef254d603a7450d09457deed4d12136ee690d8af8d9aea1b8f8aebe9ec877a00bec5fa54933d2bff0cec281de0b676dde3d86e55
 DIST pyserial-2.7.tar.gz 122081 SHA256 
3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 WHIRLPOOL 
ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
 DIST pyserial-3.1.1.tar.gz 147535 SHA256 
d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c SHA512 
05b6f893454b187757c8d01c8d3951751ba93e87aafd474fa684a24198eed22f892181bcbab40101e74b25dae612116880690e800adedaf56a5c12775ed2b8d8
 WHIRLPOOL 
d9d4b4894c94da9a357b27eb5e32766c0ff46cac751667f2f2195ca82ae2a2095a9df3ba219c10818faebd420912250a0dfcc6e86aedb7c4feaf6f553cdf4d52

diff --git a/dev-python/pyserial/files/pyserial-2.5-python-3.patch 
b/dev-python/pyserial/files/pyserial-2.5-python-3.patch
deleted file mode 100644
index 5ad5c6c..000
--- a/dev-python/pyserial/files/pyserial-2.5-python-3.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-http://pyserial.svn.sourceforge.net/viewvc/pyserial?view=revision=381
-
 setup.py
-+++ setup.py
-@@ -1,7 +1,13 @@
--# setup.py for pyserial
-+# setup.py for pySerial
- #
--# windows installer:
--#  python setup.py bdist_wininst
-+# Windows installer:
-+#   "python setup.py bdist_wininst"
-+#
-+# Direct install (all systems):
-+#   "python setup.py install"
-+#
-+# For Python 3.x use the corresponding Python executable,
-+# e.g. "python3 setup.py ..."
- 
- import sys
- 
-@@ -9,10 +15,12 @@
- 
- try:
- from distutils.command.build_py import build_py_2to3 as build_py
-+from distutils.command.build_scripts import build_scripts_2to3 as 
build_scripts
- except ImportError:
- if sys.version_info >= (3, 0):
- raise ImportError("build_py_2to3 not found in distutils - it is 
required for Python 3.x")
- from distutils.command.build_py import build_py
-+from distutils.command.build_scripts import build_scripts
- suffix = ""
- else:
- suffix = "-py3k"
-@@ -60,7 +68,7 @@
- 'Topic :: Terminals :: Serial',
- ],
- platforms = 'any',
--cmdclass = {'build_py': build_py},
-+cmdclass = {'build_py': build_py, 'build_scripts': build_scripts},
- 
- scripts = ['examples/miniterm.py'],
- )

diff --git a/dev-python/pyserial/files/pyserial-2.6-list_ports.patch 
b/dev-python/pyserial/files/pyserial-2.6-list_ports.patch
deleted file mode 100644
index 70bfaf2..000
--- a/dev-python/pyserial/files/pyserial-2.6-list_ports.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://sourceforge.net/p/pyserial/patches/26/
-Index: trunk/pyserial/serial/tools/list_ports_posix.py
-===
 trunk/pyserial/serial/tools/list_ports_posix.py(revision 439)
-+++ trunk/pyserial/serial/tools/list_ports_posix.py(working copy)
-@@ -64,7 +64,8 @@
- )
- 
- def usb_lsusb_string(sysfs_path):
--bus, dev = os.path.basename(os.path.realpath(sysfs_path)).split('-')
-+base = os.path.basename(os.path.realpath(sysfs_path))
-+bus, dev = base.split('-')
- try:
- desc = popen(['lsusb', '-v', '-s', '%s:%s' % (bus, dev)])
- # descriptions from device

diff --git a/dev-python/pyserial/pyserial-2.6-r1.ebuild 
b/dev-python/pyserial/pyserial-2.6-r1.ebuild
deleted file mode 100644
index 173964a..000
--- a/dev-python/pyserial/pyserial-2.6-r1.ebuild
+++ /dev/null
@@ -1,22 +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} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Serial Port 

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

2016-07-15 Thread Patrice Clement
commit: 92afdfbb5afc614c97cb1e3d0e593f8529dd65f7
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jul 15 09:43:19 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jul 15 09:43:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92afdfbb

dev-python/pyserial: version bump to 3.1.1.

Gentoo-Bug: https://bugs.gentoo.org/576164

Package-Manager: portage-2.2.28

 dev-python/pyserial/Manifest  |  1 +
 dev-python/pyserial/pyserial-3.1.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pyserial/Manifest b/dev-python/pyserial/Manifest
index 15b3cba..aa457f6 100644
--- a/dev-python/pyserial/Manifest
+++ b/dev-python/pyserial/Manifest
@@ -1,2 +1,3 @@
 DIST pyserial-2.6.tar.gz 116289 SHA256 
049dbcda0cd475d3be903e721d60889ee2cc4ec3b62892a81ecef144196413ed SHA512 
41682f8fafb6c5fa9642d3a0a3d6d0648101c38d157005f9c4e019e55d534953486072caf05647d8828b0e19c8259cc61cac856a570bf09904922ffd175fad2d
 WHIRLPOOL 
d632521d4687751f3056eda3ef254d603a7450d09457deed4d12136ee690d8af8d9aea1b8f8aebe9ec877a00bec5fa54933d2bff0cec281de0b676dde3d86e55
 DIST pyserial-2.7.tar.gz 122081 SHA256 
3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477 SHA512 
3fc8d9425a47ebcd37db1fcc58182854b48c9abd6642f35fba2d21458d864ae448105d704dc0d880832ba7516fa16f108f24363bd5fa9f083ea79a4ac614339b
 WHIRLPOOL 
ae6b4df86220617f7fbc1f1e4085a7e85dca645a6d84339163b40fc7a15f14b879ef7a729d3d23d0300f9ee04b21d6c24d13a791d520aef3f3ad141c6acd9b68
+DIST pyserial-3.1.1.tar.gz 147535 SHA256 
d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c SHA512 
05b6f893454b187757c8d01c8d3951751ba93e87aafd474fa684a24198eed22f892181bcbab40101e74b25dae612116880690e800adedaf56a5c12775ed2b8d8
 WHIRLPOOL 
d9d4b4894c94da9a357b27eb5e32766c0ff46cac751667f2f2195ca82ae2a2095a9df3ba219c10818faebd420912250a0dfcc6e86aedb7c4feaf6f553cdf4d52

diff --git a/dev-python/pyserial/pyserial-3.1.1.ebuild 
b/dev-python/pyserial/pyserial-3.1.1.ebuild
new file mode 100644
index 000..295941c
--- /dev/null
+++ b/dev-python/pyserial/pyserial-3.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 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,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Serial Port extension"
+HOMEPAGE="https://github.com/pyserial/pyserial 
https://pypi.python.org/pypi/pyserial;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc examples"
+
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+# Usual avoid d'loading un-needed objects.inv file
+PATCHES=( "${FILESDIR}"/mapping.patch )
+
+DOCS=( CHANGES.rst README.rst )
+
+python_compile_all() {
+   use doc && emake -C documentation html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( documentation/_build/html/. )
+   use examples && local EXAMPLES=( examples/. )
+   distutils-r1_python_install_all
+}



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

2016-04-18 Thread Ian Delaney
commit: 255fa5b9d2a5e7aa7cd077531d0c8eb8889ce5fd
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Apr 18 15:33:01 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Apr 18 16:15:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255fa5b9

dev-python/pyserial: tidy to pyserial-2.7-r1.ebuild

Package-Manager: portage-2.2.28

 dev-python/pyserial/pyserial-2.7-r1.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild 
b/dev-python/pyserial/pyserial-2.7-r1.ebuild
index 857f253..03fb651 100644
--- a/dev-python/pyserial/pyserial-2.7-r1.ebuild
+++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild
@@ -18,14 +18,11 @@ IUSE="doc examples"
 
 DEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND=""
+
+# Usual avoid d'loading un-needed objects.inv file
 PATCHES=( "${FILESDIR}"/mapping.patch )
-DOCS=( CHANGES.txt README.txt )
 
-python_prepare_all() {
-   # Usual avoid d'loading un-needed objects.inv file
-   distutils-r1_python_prepare_all
-}
+DOCS=( CHANGES.txt README.txt )
 
 python_compile_all() {
use doc && emake -C documentation html



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

2016-04-18 Thread Ian Delaney
commit: dcdf98f6ecfa8da3fe2aab2389dc92133a2c50b2
Author: Marshall Brewer (Gentoo Key)  sina  cn>
AuthorDate: Fri Apr 15 22:46:04 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Apr 18 15:18:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdf98f6

=dev-python/pyserial: enable python 3.5 support in vn. 2.7-r1

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1297

Signed-off-by: Ian Delaney  gentoo.org>

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

diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild 
b/dev-python/pyserial/pyserial-2.7-r1.ebuild
index 92f5d5d..857f253 100644
--- a/dev-python/pyserial/pyserial-2.7-r1.ebuild
+++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1