public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/repoze-who/
@ 2013-12-02  6:21 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-12-02  6:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5380f067ea935888c95b73ba978b36677258c010
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 06:20:35 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 06:20:35 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=5380f067

Add deps for mozilla-sync-server-core, based on ebuilds by mrueg

---
 dev-python/repoze-who/Manifest              |  2 ++
 dev-python/repoze-who/repoze-who-2.2.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/repoze-who/Manifest b/dev-python/repoze-who/Manifest
new file mode 100644
index 0000000..b55cf84
--- /dev/null
+++ b/dev-python/repoze-who/Manifest
@@ -0,0 +1,2 @@
+DIST repoze.who-2.2.tar.gz 308593 SHA256 322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b SHA512 1d4ea83e0b5c0d57ff56e19b9922d88b37bca4dfd5ec49df2bf5a1f2aeae15a5698f839e0071cda8cedee69fe4abbfdcb3fa632d4d4c8407739999853df87f63 WHIRLPOOL 24985fd0187131a2062e45529ae656a9de8ff86b3663862872d32cc38b138670b848905d6470496b1b9036c0dccd0ff139282447af133595d4d9f196a0e52915
+EBUILD repoze-who-2.2.ebuild 695 SHA256 29f1f5344642212fb61bf01c2701d94dc3171637621f15f793de65747204cb2f SHA512 54f4fa8cd783765e65fcb97709354e09d0468e0c3df772b671d8b3235c139d3c7b28460d2bde3eb5d0997f8a8783db358b28747652bd0f2a5f548b88520bd38e WHIRLPOOL c7eaf07cfa535dbbb0d2ad315ee8065520b1559c11a09a25ea909bf0ed5fe9a158a190a21f79177530b359f3014d6273c263339699a0e626815884196bf3fabe

diff --git a/dev-python/repoze-who/repoze-who-2.2.ebuild b/dev-python/repoze-who/repoze-who-2.2.ebuild
new file mode 100644
index 0000000..582d490
--- /dev/null
+++ b/dev-python/repoze-who/repoze-who-2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
+
+inherit distutils-r1
+
+MY_PN="repoze.who"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="repoze.who is an identification and authentication framework for WSGI."
+HOMEPAGE="http://www.repoze.org"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-zope/zope-interface[${PYTHON_USEDEP}]
+	dev-python/webob[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+	esetup.py test || die
+}


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

only message in thread, other threads:[~2013-12-02  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02  6:21 [gentoo-commits] dev/dev-zero:master commit in: dev-python/repoze-who/ Tiziano Müller

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