* [gentoo-commits] repo/gentoo:master commit in: dev-python/Ming/
@ 2016-06-01 7:19 Austin English
0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2016-06-01 7:19 UTC (permalink / raw
To: gentoo-commits
commit: ca2090be813efea7b31b5b73c3b5dff5d3ff80ed
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 07:15:43 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 07:18:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2090be
dev-python/Ming: add Ming-0.5.4
dev-python/Ming/Manifest | 1 +
dev-python/Ming/Ming-0.5.4.ebuild | 35 +++++++++++++++++++++++++++++++++++
dev-python/Ming/metadata.xml | 11 +++++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-python/Ming/Manifest b/dev-python/Ming/Manifest
new file mode 100644
index 0000000..6e0709c
--- /dev/null
+++ b/dev-python/Ming/Manifest
@@ -0,0 +1 @@
+DIST Ming-0.5.4.tar.gz 62412 SHA256 13536785354f5014d642f47cf5c5195a5dc262e3991c00bc7ea9da216b8a32e2 SHA512 93e280da04feaab2d7162a4b5d7da4b781d4a4140e114bc1512f695e1deee206397e5bff7ad3338eefd224e4646958e021353a323b809f45bbe7d56c43bf14c4 WHIRLPOOL fb3ac33e44a31f4fbd44d9809dae0283ce2041f950d6941a6300905e693a44ea3d96e60efdc206bb599bb55a11a791b72a8b6e3a6f9cabb76e0fdf9405507c7e
diff --git a/dev-python/Ming/Ming-0.5.4.ebuild b/dev-python/Ming/Ming-0.5.4.ebuild
new file mode 100644
index 0000000..8ad8f7f
--- /dev/null
+++ b/dev-python/Ming/Ming-0.5.4.ebuild
@@ -0,0 +1,35 @@
+# 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="Database mapping layer for MongoDB on Python"
+HOMEPAGE="http://merciless.sourceforge.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/mock-0.8.0[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/webob[${PYTHON_USEDEP}]
+ dev-python/webtest[${PYTHON_USEDEP}]
+ )"
+
+RDEPEND=">=dev-python/formencode-1.2.1[${PYTHON_USEDEP}]
+ >=dev-python/pymongo-2.4[${PYTHON_USEDEP}]
+ >=dev-python/pytz-1.6.1[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
+
+python_test() {
+ esetup.py test
+}
diff --git a/dev-python/Ming/metadata.xml b/dev-python/Ming/metadata.xml
new file mode 100644
index 0000000..36acd26
--- /dev/null
+++ b/dev-python/Ming/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wizardedit@gentoo.org</email>
+ <name>Austin English</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Ming</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/Ming/
@ 2019-04-09 3:14 Austin English
0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2019-04-09 3:14 UTC (permalink / raw
To: gentoo-commits
commit: 4b9682046f813790a6f15b40c8a16f2f53993f8a
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 02:48:27 2019 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 03:12:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b968204
dev-python/Ming: move my packages to maintainer-needed
Signed-off-by: Austin English <wizardedit <AT> gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
dev-python/Ming/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/Ming/metadata.xml b/dev-python/Ming/metadata.xml
index ebe3f844e64..6d9175d2b32 100644
--- a/dev-python/Ming/metadata.xml
+++ b/dev-python/Ming/metadata.xml
@@ -1,10 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>wizardedit@gentoo.org</email>
- <name>Austin English</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="pypi">Ming</remote-id>
<remote-id type="sourceforge">merciless</remote-id>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-09 3:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 7:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/Ming/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2019-04-09 3:14 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox