public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/edpwd/
@ 2015-10-25 22:51 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2015-10-25 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8516d8de4c21b08536c606e6f774db18ae587a87
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 22:49:59 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 22:49:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8516d8de

dev-python/edpwd: Fix tampakrap's e-mail address

 dev-python/edpwd/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/edpwd/metadata.xml b/dev-python/edpwd/metadata.xml
index b445c93..73198ca 100644
--- a/dev-python/edpwd/metadata.xml
+++ b/dev-python/edpwd/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer>
-    <email>tampakrap@gmail.com</email>
+    <email>tampakrap@gentoo.org</email>
     <name>Theo Chatzimichos</name>
   </maintainer>
   <upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/edpwd/
@ 2016-05-21 15:38 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1d888a511d3a052f8917e0e78fa2e3684df253b0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:36:21 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:38:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d888a51

dev-python/edpwd: Cleanup due to #249864

Package-Manager: portage-2.3.0_rc1

 dev-python/edpwd/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/edpwd/metadata.xml b/dev-python/edpwd/metadata.xml
index 395914d..d2335e8 100644
--- a/dev-python/edpwd/metadata.xml
+++ b/dev-python/edpwd/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>tampakrap@gentoo.org</email>
-    <name>Theo Chatzimichos</name>
-  </maintainer>
   <upstream>
     <remote-id type="pypi">edpwd</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/edpwd/
@ 2016-07-08 17:58 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-07-08 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9ebf0213fae601954ab66316c64b0c46c769a2a8
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 16:53:58 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 17:57:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebf0213

dev-python/edpwd: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 dev-python/edpwd/edpwd-0.0.7-r1.ebuild | 26 ++++++++++++++++++++++++++
 dev-python/edpwd/metadata.xml          |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/edpwd/edpwd-0.0.7-r1.ebuild b/dev-python/edpwd/edpwd-0.0.7-r1.ebuild
new file mode 100644
index 0000000..efb4d06
--- /dev/null
+++ b/dev-python/edpwd/edpwd-0.0.7-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Encrypt/Decrypt Password Library that wraps up Blowfish"
+HOMEPAGE="https://pypi.python.org/pypi/edpwd/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/setuptools-0.6.30[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
+
+python_test() {
+	set -- "${PYTHON}" setup.py test
+	echo "${@}"
+	"${@}" || die "Tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/edpwd/metadata.xml b/dev-python/edpwd/metadata.xml
index d2335e8..b1b93f1 100644
--- a/dev-python/edpwd/metadata.xml
+++ b/dev-python/edpwd/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <!-- maintainer-needed -->
   <upstream>
     <remote-id type="pypi">edpwd</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-08 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 15:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/edpwd/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-07-08 17:58 Austin English
2015-10-25 22:51 Michał Górny

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