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

2023-10-20 Thread Michał Górny
commit: 9060290587e1642084fe3789f0d264c4dbdec254
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 14:00:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 14:00:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90602905

dev-python/python-gammu: Enable py3.12

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

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

diff --git a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild 
b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
index c74acc16fa42..e1b603df4aee 100644
--- a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
+++ b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-04 Thread Michał Górny
commit: 22565647eed096809e9bf572f8d4900e92c8a08d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:28:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:30:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22565647

dev-python/python-gammu: Set DISTUTILS_EXT=1

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

 dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild 
b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
index 9ac1f19a9373..c74acc16fa42 100644
--- a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
+++ b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 



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

2023-03-16 Thread Michał Górny
commit: 9bf5f0221d7b8b756bb825a08c85b82dc5b9b6fc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:31:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 16:31:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf5f022

dev-python/python-gammu: Remove old

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

 dev-python/python-gammu/Manifest  |  1 -
 dev-python/python-gammu/python-gammu-3.2.4.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
index 8e87bc3fd56d..61a2dc1f321a 100644
--- a/dev-python/python-gammu/Manifest
+++ b/dev-python/python-gammu/Manifest
@@ -1,2 +1 @@
 DIST python-gammu-3.2.4.gh.tar.gz 144136 BLAKE2B 
ef06b78568e9b88da95d09029191a2de0c4e26cb6b222326bffd0134a9c7eb743bab20201347d3be8a81db43f6005ec2a0550e1976a59de9ee9202c733ae41e0
 SHA512 
9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664
-DIST python-gammu-3.2.4.tar.gz 144136 BLAKE2B 
ef06b78568e9b88da95d09029191a2de0c4e26cb6b222326bffd0134a9c7eb743bab20201347d3be8a81db43f6005ec2a0550e1976a59de9ee9202c733ae41e0
 SHA512 
9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664

diff --git a/dev-python/python-gammu/python-gammu-3.2.4.ebuild 
b/dev-python/python-gammu/python-gammu-3.2.4.ebuild
deleted file mode 100644
index bcad3a30d78f..
--- a/dev-python/python-gammu/python-gammu-3.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for Gammu"
-HOMEPAGE="https://wammu.eu/python-gammu/;
-SRC_URI="https://github.com/gammu/python-gammu/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=app-mobilephone/gammu-1.34.0"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   test? (
-   $(python_gen_impl_dep sqlite)
-   app-mobilephone/gammu[dbi]
-   )"
-
-DOCS=( AUTHORS NEWS.rst README.rst )
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   docompress -x /usr/share/doc/${P}/examples
-   dodoc -r examples
-   fi
-}



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

2023-02-27 Thread Michał Górny
commit: 38d2761a3950c6aec64145f7cc79b940d0a4c4ad
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Feb 27 15:29:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 27 17:54:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d2761a

dev-python/python-gammu: enable py3.11

- enable py3.11
- convert to PEP517
- extend HOMEPAGE list

Closes: https://bugs.gentoo.org/896850
Co-authored-by: Michał Górny  gentoo.org>
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29835
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-gammu/Manifest   |  1 +
 .../python-gammu/python-gammu-3.2.4-r1.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
index 142f2e7924a6..8e87bc3fd56d 100644
--- a/dev-python/python-gammu/Manifest
+++ b/dev-python/python-gammu/Manifest
@@ -1 +1,2 @@
+DIST python-gammu-3.2.4.gh.tar.gz 144136 BLAKE2B 
ef06b78568e9b88da95d09029191a2de0c4e26cb6b222326bffd0134a9c7eb743bab20201347d3be8a81db43f6005ec2a0550e1976a59de9ee9202c733ae41e0
 SHA512 
9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664
 DIST python-gammu-3.2.4.tar.gz 144136 BLAKE2B 
ef06b78568e9b88da95d09029191a2de0c4e26cb6b222326bffd0134a9c7eb743bab20201347d3be8a81db43f6005ec2a0550e1976a59de9ee9202c733ae41e0
 SHA512 
9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664

diff --git a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild 
b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
new file mode 100644
index ..9ac1f19a9373
--- /dev/null
+++ b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Gammu"
+HOMEPAGE="
+   https://wammu.eu/python-gammu/
+   https://github.com/gammu/python-gammu/
+   https://pypi.org/project/python-gammu/
+"
+SRC_URI="
+   https://github.com/gammu/python-gammu/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=app-mobilephone/gammu-1.34.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   $(python_gen_impl_dep sqlite)
+   app-mobilephone/gammu[dbi]
+   )
+"
+
+DOCS=( AUTHORS NEWS.rst README.rst )
+
+distutils_enable_tests unittest
+
+python_test() {
+   rm -rf gammu || die
+   eunittest
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   docompress -x /usr/share/doc/${P}/examples
+   dodoc -r examples
+   fi
+}



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

2022-06-16 Thread Michał Górny
commit: 58c26c54c647772e7c3f81ee73eadb4847c3c01b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:08:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:08:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c26c54

dev-python/python-gammu: Remove old

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

 dev-python/python-gammu/Manifest |  1 -
 dev-python/python-gammu/python-gammu-2.11.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
index 45683f07729a..142f2e7924a6 100644
--- a/dev-python/python-gammu/Manifest
+++ b/dev-python/python-gammu/Manifest
@@ -1,2 +1 @@
-DIST python-gammu-2.11.tar.gz 135567 BLAKE2B 
133172cfd0715ff6b5bd47b93e5d93d52af3e608459ba1158bf008da9b5f24f6d155c04334dea7ff2cacdea678f00d986838a139290d5f8ac874bb9702fcd5e6
 SHA512 
cdf3a54fc538fecdbe3dae63f0534094ce94a289998f9b670a0b3e12a3c571eb46ee86eae67a7a8d2428698850046d5c75569753bf77551cd395d315e6f9b70d
 DIST python-gammu-3.2.4.tar.gz 144136 BLAKE2B 
ef06b78568e9b88da95d09029191a2de0c4e26cb6b222326bffd0134a9c7eb743bab20201347d3be8a81db43f6005ec2a0550e1976a59de9ee9202c733ae41e0
 SHA512 
9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664

diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild 
b/dev-python/python-gammu/python-gammu-2.11.ebuild
deleted file mode 100644
index 74f61aa9ae4f..
--- a/dev-python/python-gammu/python-gammu-2.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for Gammu"
-HOMEPAGE="https://wammu.eu/python-gammu/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=app-mobilephone/gammu-1.34.0"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   test? (
-   $(python_gen_impl_dep sqlite)
-   app-mobilephone/gammu[dbi]
-   )"
-
-DOCS=( AUTHORS NEWS.rst README.rst )
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples
-   fi
-}



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

2022-05-18 Thread Joonas Niilola
commit: 5f15365414462cce163d8a5aa63e2d5aafc63c4b
Author: Victor Kustov  yandex  ru>
AuthorDate: Tue May 10 14:19:26 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed May 18 15:14:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f153654

dev-python/python-gammu: bump to 3.2.4

just bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Victor Kustov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/25424
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/python-gammu/Manifest  |  1 +
 dev-python/python-gammu/python-gammu-3.2.4.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
index fede82ec0d79..45683f07729a 100644
--- a/dev-python/python-gammu/Manifest
+++ b/dev-python/python-gammu/Manifest
@@ -1 +1,2 @@
 DIST python-gammu-2.11.tar.gz 135567 BLAKE2B 
133172cfd0715ff6b5bd47b93e5d93d52af3e608459ba1158bf008da9b5f24f6d155c04334dea7ff2cacdea678f00d986838a139290d5f8ac874bb9702fcd5e6
 SHA512 
cdf3a54fc538fecdbe3dae63f0534094ce94a289998f9b670a0b3e12a3c571eb46ee86eae67a7a8d2428698850046d5c75569753bf77551cd395d315e6f9b70d
+DIST python-gammu-3.2.4.tar.gz 144136 BLAKE2B 
ef06b78568e9b88da95d09029191a2de0c4e26cb6b222326bffd0134a9c7eb743bab20201347d3be8a81db43f6005ec2a0550e1976a59de9ee9202c733ae41e0
 SHA512 
9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664

diff --git a/dev-python/python-gammu/python-gammu-3.2.4.ebuild 
b/dev-python/python-gammu/python-gammu-3.2.4.ebuild
new file mode 100644
index ..bcad3a30d78f
--- /dev/null
+++ b/dev-python/python-gammu/python-gammu-3.2.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Gammu"
+HOMEPAGE="https://wammu.eu/python-gammu/;
+SRC_URI="https://github.com/gammu/python-gammu/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-mobilephone/gammu-1.34.0"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   $(python_gen_impl_dep sqlite)
+   app-mobilephone/gammu[dbi]
+   )"
+
+DOCS=( AUTHORS NEWS.rst README.rst )
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   docompress -x /usr/share/doc/${P}/examples
+   dodoc -r examples
+   fi
+}



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

2021-05-23 Thread Michał Górny
commit: 11297a59ec6ebcb626f50092359af7b67cb56945
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 11:23:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 11:35:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11297a59

dev-python/python-gammu: Enable py3.9

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

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

diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild 
b/dev-python/python-gammu/python-gammu-2.11.ebuild
index d8bdd85c30c..74f61aa9ae4 100644
--- a/dev-python/python-gammu/python-gammu-2.11.ebuild
+++ b/dev-python/python-gammu/python-gammu-2.11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -17,7 +17,8 @@ IUSE="examples test"
 RESTRICT="!test? ( test )"
 
 RDEPEND=">=app-mobilephone/gammu-1.34.0"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
test? (
$(python_gen_impl_dep sqlite)



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

2020-08-02 Thread Michał Górny
commit: 6e0fb70de8e9529a0267dac5168c1b6baa2bd163
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:09:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:14:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0fb70d

dev-python/python-gammu: Remove py2.7

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

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

diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild 
b/dev-python/python-gammu/python-gammu-2.11.ebuild
index f29f1e89dae..20bc7431651 100644
--- a/dev-python/python-gammu/python-gammu-2.11.ebuild
+++ b/dev-python/python-gammu/python-gammu-2.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-04-26 Thread Michał Górny
commit: 913dd001ee90b6134d64392079edaf0628721dca
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 26 06:48:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 26 06:49:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913dd001

dev-python/python-gammu: Remove pointless longdesc

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

 dev-python/python-gammu/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/python-gammu/metadata.xml 
b/dev-python/python-gammu/metadata.xml
index cf11a1ae5e5..d1c8ca0dcf6 100644
--- a/dev-python/python-gammu/metadata.xml
+++ b/dev-python/python-gammu/metadata.xml
@@ -2,9 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   
-   Python bindings for Gammu
-   

python-gammu
gammu/python-gammu



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

2020-04-26 Thread Michał Górny
commit: 37fc5d41c61ebfe4d7bf5c79a6510f6c5f6d6690
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 26 06:46:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 26 06:49:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fc5d41

dev-python/python-gammu: Enable py3.{7,8}

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

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

diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild 
b/dev-python/python-gammu/python-gammu-2.11.ebuild
index f6766413c96..f29f1e89dae 100644
--- a/dev-python/python-gammu/python-gammu-2.11.ebuild
+++ b/dev-python/python-gammu/python-gammu-2.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 



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

2018-03-22 Thread Michał Górny
commit: 3e75cda13c5d28d7197e9850c38ec4e013103475
Author: ktrace  bks  tv>
AuthorDate: Tue Jan 23 20:41:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 22 16:17:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e75cda1

dev-python/python-gammu: bump version to 2.11

Closes: https://bugs.gentoo.org/644862
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/python-gammu/Manifest |  1 +
 dev-python/python-gammu/python-gammu-2.11.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
index b3cd94a458f..6c4bf1372ab 100644
--- a/dev-python/python-gammu/Manifest
+++ b/dev-python/python-gammu/Manifest
@@ -1 +1,2 @@
+DIST python-gammu-2.11.tar.gz 135567 BLAKE2B 
133172cfd0715ff6b5bd47b93e5d93d52af3e608459ba1158bf008da9b5f24f6d155c04334dea7ff2cacdea678f00d986838a139290d5f8ac874bb9702fcd5e6
 SHA512 
cdf3a54fc538fecdbe3dae63f0534094ce94a289998f9b670a0b3e12a3c571eb46ee86eae67a7a8d2428698850046d5c75569753bf77551cd395d315e6f9b70d
 DIST python-gammu-2.5.tar.gz 133090 BLAKE2B 
aced85e9f7a4d861a8f11ff0ebb97a7f3062e5f3ad3a60614f6f5f16a30b5f5cfbe70958e630dd55d02d0f190648f2976cf60ef3259c21fbc882acc865a4ce8d
 SHA512 
e61bb340546cf3f98c20ff5d4ef25ca05676b4dea91e02aeee2856f091ac12fbf07a597637f9562432e298bf9678ff4445d24d8cdf96274b735aa9754b364e58

diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild 
b/dev-python/python-gammu/python-gammu-2.11.ebuild
new file mode 100644
index 000..7c6896eb417
--- /dev/null
+++ b/dev-python/python-gammu/python-gammu-2.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Gammu"
+HOMEPAGE="https://wammu.eu/python-gammu/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=app-mobilephone/gammu-1.34.0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? (
+   $(python_gen_impl_dep sqlite)
+   app-mobilephone/gammu[dbi]
+   )"
+
+DOCS=( AUTHORS NEWS.rst README.rst )
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   fi
+}



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

2017-06-12 Thread Michael Palimaka
commit: d6848841a63ec342a7df73cc7c16b3ee079d3820
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jun 12 08:30:14 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jun 12 08:58:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6848841

dev-python/python-gammu: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/python-gammu/python-gammu-2.5.ebuild 
b/dev-python/python-gammu/python-gammu-2.5.ebuild
index 0407c149851..9f26acf10bb 100644
--- a/dev-python/python-gammu/python-gammu-2.5.ebuild
+++ b/dev-python/python-gammu/python-gammu-2.5.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
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for Gammu"
-HOMEPAGE="http://wammu.eu/python-gammu/;
+HOMEPAGE="https://wammu.eu/python-gammu/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"



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

2017-03-03 Thread Michael Palimaka
commit: a1e21f85f19256d918cef8fe6e0d06cea1e9f245
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar  4 05:51:19 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar  4 05:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e21f85

dev-python/python-gammu: remove proxied maintainer at their request

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/python-gammu/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/dev-python/python-gammu/metadata.xml 
b/dev-python/python-gammu/metadata.xml
index d72e9d88d53..76afa3f3bc5 100644
--- a/dev-python/python-gammu/metadata.xml
+++ b/dev-python/python-gammu/metadata.xml
@@ -8,13 +8,4 @@
python-gammu
gammu/python-gammu

-   
-   awilfox.gen...@foxkit.us
-   Andrew Wilcox
-   Proxy (user) maintainer, bugs to be assigned to 
him
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
 



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

2016-02-02 Thread Sebastian Pipping
commit: c3f265d8d81c6d1c5391ae449077feb9c70b
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Feb  2 14:38:10 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 15:12:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f265d8

dev-python/python-gammu: provides Python support for gammu, fixes #566168

Package-Manager: portage-2.2.27

 dev-python/python-gammu/Manifest|  1 +
 dev-python/python-gammu/metadata.xml| 20 ++
 dev-python/python-gammu/python-gammu-2.5.ebuild | 36 +
 3 files changed, 57 insertions(+)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
new file mode 100644
index 000..5b8a5c1
--- /dev/null
+++ b/dev-python/python-gammu/Manifest
@@ -0,0 +1 @@
+DIST python-gammu-2.5.tar.gz 133090 SHA256 
871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88 SHA512 
e61bb340546cf3f98c20ff5d4ef25ca05676b4dea91e02aeee2856f091ac12fbf07a597637f9562432e298bf9678ff4445d24d8cdf96274b735aa9754b364e58
 WHIRLPOOL 
f2ec5af883de298d71f220eb319c9df8d496328db461ba9e501e4d4d7ce150bbf19f5a07a7560804e46b21e1d848244e932f9b8eb15a60b6cf5d9a86892e45bd

diff --git a/dev-python/python-gammu/metadata.xml 
b/dev-python/python-gammu/metadata.xml
new file mode 100644
index 000..d72e9d8
--- /dev/null
+++ b/dev-python/python-gammu/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   Python bindings for Gammu
+   
+   
+   python-gammu
+   gammu/python-gammu
+   
+   
+   awilfox.gen...@foxkit.us
+   Andrew Wilcox
+   Proxy (user) maintainer, bugs to be assigned to 
him
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/python-gammu/python-gammu-2.5.ebuild 
b/dev-python/python-gammu/python-gammu-2.5.ebuild
new file mode 100644
index 000..a2c1279
--- /dev/null
+++ b/dev-python/python-gammu/python-gammu-2.5.ebuild
@@ -0,0 +1,36 @@
+# 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_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Gammu"
+HOMEPAGE="http://wammu.eu/python-gammu/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=app-mobilephone/gammu-1.34.0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? (
+   $(python_gen_impl_dep sqlite)
+   app-mobilephone/gammu[dbi]
+   )"
+
+DOCS=( AUTHORS NEWS.rst README.rst )
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+   distutils-r1_python_install_all
+}