From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gammu/
Date: Tue, 2 Feb 2016 20:13:54 +0000 (UTC) [thread overview]
Message-ID: <1454425928.c3f265d8d81c6d1c58888391ae449077feb9c70b.sping@gentoo> (raw)
commit: c3f265d8d81c6d1c58888391ae449077feb9c70b
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Feb 2 14:38:10 2016 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 15:12:08 2016 +0000
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 0000000..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 0000000..d72e9d8
--- /dev/null
+++ b/dev-python/python-gammu/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ Python bindings for Gammu
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">python-gammu</remote-id>
+ <remote-id type="github">gammu/python-gammu</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>awilfox.gentoo@foxkit.us</email>
+ <name>Andrew Wilcox</name>
+ <description>Proxy (user) maintainer, bugs to be assigned to him</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
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 0000000..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
+}
next reply other threads:[~2016-02-02 20:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-02 20:13 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-04 5:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gammu/ Michael Palimaka
2017-06-12 8:58 Michael Palimaka
2018-03-22 16:17 Michał Górny
2020-04-26 6:49 Michał Górny
2020-04-26 6:49 Michał Górny
2020-08-02 9:15 Michał Górny
2021-05-23 11:36 Michał Górny
2022-05-18 15:14 Joonas Niilola
2022-06-16 8:09 Michał Górny
2023-02-27 18:02 Michał Górny
2023-03-16 16:35 Michał Górny
2023-05-04 16:30 Michał Górny
2023-10-20 14:05 Michał Górny
2024-06-28 14:53 Petr Vaněk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454425928.c3f265d8d81c6d1c58888391ae449077feb9c70b.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox