public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ultrabug:master commit in: dev-python/uasparser/
@ 2011-12-23 15:01 Alexys Jacob
  0 siblings, 0 replies; only message in thread
From: Alexys Jacob @ 2011-12-23 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     4b1e37692c05f2c697da3df263735d6e4a54e179
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 15:01:11 2011 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 15:01:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=4b1e3769

uasparser for python ebuild

---
 dev-python/uasparser/Manifest             |    2 +
 dev-python/uasparser/uasparser-999.ebuild |   33 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-python/uasparser/Manifest b/dev-python/uasparser/Manifest
new file mode 100644
index 0000000..13a6a14
--- /dev/null
+++ b/dev-python/uasparser/Manifest
@@ -0,0 +1,2 @@
+DIST uasparser.py.zip 3326 RMD160 62dc3b9b1b51f350d6b74f13f0f9f7493768900a SHA1 afb2680c186d8cd684ad81cd8489ae3204a483b3 SHA256 7cedcefa586095494a3f217a744c40d4c44c21b824bf67d4a271eddef2739b70
+EBUILD uasparser-999.ebuild 551 RMD160 f338f0efc2f3c86ecd0b300e55e7c451cea20d0f SHA1 8a38639224d673422fe0393cea1bd7925fcd4847 SHA256 ed65953dbc2e769f13b4c21408841ac395adab62fc858ff747aa085652a3298d

diff --git a/dev-python/uasparser/uasparser-999.ebuild b/dev-python/uasparser/uasparser-999.ebuild
new file mode 100644
index 0000000..2965d88
--- /dev/null
+++ b/dev-python/uasparser/uasparser-999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="2"
+
+inherit python
+
+DESCRIPTION="Python User Agent parser library"
+HOMEPAGE="http://user-agent-string.info"
+SRC_URI="http://user-agent-string.info/ua_rep/${PN}.py.zip"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/"
+
+pkg_setup() {
+    python_set_active_version 2
+    python_pkg_setup
+}
+
+src_install() {
+	insinto "$(python_get_sitedir)"
+	doins *.py
+}
\ No newline at end of file



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-23 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 15:01 [gentoo-commits] dev/ultrabug:master commit in: dev-python/uasparser/ Alexys Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox