* [gentoo-commits] dev/graaff:master commit in: dev-python/publicsuffix/
@ 2016-10-21 7:00 Hans de Graaff
0 siblings, 0 replies; only message in thread
From: Hans de Graaff @ 2016-10-21 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 638052afe55aadff9ca15aaa0ecc4d0062b96a45
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct 21 06:56:53 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 06:56:53 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=638052af
dev-python/publicsuffix: initial import
Package-Manager: portage-2.3.0
dev-python/publicsuffix/Manifest | 1 +
dev-python/publicsuffix/metadata.xml | 5 +++++
dev-python/publicsuffix/publicsuffix-1.1.0.ebuild | 25 +++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/publicsuffix/Manifest b/dev-python/publicsuffix/Manifest
new file mode 100644
index 0000000..e4b14a9
--- /dev/null
+++ b/dev-python/publicsuffix/Manifest
@@ -0,0 +1 @@
+DIST publicsuffix-1.1.0.tar.gz 61602 SHA256 ae77593d269e1e5131723259cc1142c25690c20c59f2e98f67e227228028bda9 SHA512 d006f14624f84531606659675ed49a3c96f184c30bbb4ac7b512141d70e101a9cf14a91c8e7d57757b5cb0064551bbc996af17e88c0fdc762c3032b3cc8f17ef WHIRLPOOL 4d0bcaf4a4aea019d9c43c08941d85ede1bee432b1dae4f3b641cebedf0cd3cade28c9d51c450283df2ec25b028e8ac6efa8aba118d1c89aeba7e15dbae04644
diff --git a/dev-python/publicsuffix/metadata.xml b/dev-python/publicsuffix/metadata.xml
new file mode 100644
index 0000000..bd70e45
--- /dev/null
+++ b/dev-python/publicsuffix/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild b/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild
new file mode 100644
index 0000000..066c0f4
--- /dev/null
+++ b/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# 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="Get a public suffix for a domain name using the Public Suffix List"
+HOMEPAGE="http://www.tablix.org/~avian/git/publicsuffix.git"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+IUSE="test"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="$(python_gen_cond_dep)"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test tests.py || die
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-21 7:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 7:00 [gentoo-commits] dev/graaff:master commit in: dev-python/publicsuffix/ Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox