public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/
Date: Wed, 20 Jan 2016 14:45:22 +0000 (UTC)	[thread overview]
Message-ID: <1453291504.3339a586b474023f7cf638d90bc10a4227b3c7ef.monsieurp@gentoo> (raw)

commit:     3339a586b474023f7cf638d90bc10a4227b3c7ef
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Jan 20 12:05:04 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 12:05:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3339a586

dev-python/minidb: new dep required by www-misc/urlwatch-2.0

Package-Manager: portage-2.2.27

 dev-python/minidb/Manifest            |  1 +
 dev-python/minidb/metadata.xml        | 14 ++++++++++++++
 dev-python/minidb/minidb-2.0.1.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest
new file mode 100644
index 0000000..23002d4
--- /dev/null
+++ b/dev-python/minidb/Manifest
@@ -0,0 +1 @@
+DIST minidb-2.0.1.tar.gz 13848 SHA256 be894fc4e68e3ce9b84b3992f12fbbea5051d3c2a11019b1da463099f24725f5 SHA512 98be264ba669ef08f180c469ca8375540436244228ee4e0c4e4b0511425b909eb4c64dc812a27d0b490af5972e0897538f905590b7d2dd19f6fdd160280a6b4b WHIRLPOOL a209d44f26add8ebae0ad142c94fdfcd4698b80d4f7e491ad16d36a4704f8fa9f3e8649aead9b268cb80055c6ae9f4691e6428979e048907a79caef8165fb864

diff --git a/dev-python/minidb/metadata.xml b/dev-python/minidb/metadata.xml
new file mode 100644
index 0000000..82fbe79
--- /dev/null
+++ b/dev-python/minidb/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>proxy-maintainers</herd>
+	<maintainer>
+		<email>sautier.louis@gmail.com</email>
+		<name>Louis Sautier</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">minidb</remote-id>
+		<remote-id type="github">thp/minidb</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/minidb/minidb-2.0.1.ebuild b/dev-python/minidb/minidb-2.0.1.ebuild
new file mode 100644
index 0000000..0db93ab
--- /dev/null
+++ b/dev-python/minidb/minidb-2.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple SQLite-based object store"
+HOMEPAGE="http://thp.io/2010/minidb/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${PN}-${PV}"
+
+python_test() {
+	nosetests test || die "tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2016-01-20 14:45 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-20 14:45 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-29 13:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/ Ian Delaney
2016-07-04  0:05 Göktürk Yüksek
2016-09-03 22:00 Patrice Clement
2017-01-16  9:28 David Seifert
2017-01-16  9:28 David Seifert
2017-05-16 23:19 Manuel Rüger
2018-06-18 10:34 Louis Sautier
2018-06-24 13:57 Louis Sautier
2018-07-21 14:30 Louis Sautier
2018-07-21 14:30 Louis Sautier
2019-12-03  3:02 Aaron Bauman
2020-03-23 22:01 Louis Sautier
2020-03-25 13:25 Michał Górny
2020-03-25 13:25 Michał Górny
2020-05-03 21:14 Louis Sautier
2020-06-03 15:10 Agostino Sarubbo
2020-06-03 15:21 Agostino Sarubbo
2020-06-06 19:31 Mart Raudsepp
2020-07-09 12:22 Michał Górny
2020-07-09 12:22 Michał Górny
2020-08-24 14:01 Louis Sautier
2021-05-09 21:57 Louis Sautier
2021-06-06 13:07 Louis Sautier
2021-07-12 21:50 Sam James
2021-07-12 22:53 Michał Górny
2022-01-29 15:43 Michał Górny
2022-02-17 19:03 Michał Górny
2022-03-15 11:52 Jakov Smolić
2022-03-15 14:14 Michał Górny
2022-06-04 19:57 Michał Górny
2022-09-18 16:11 Arthur Zamarin
2022-09-18 16:11 Arthur Zamarin
2022-10-22 15:56 Arthur Zamarin
2022-10-22 16:00 Michał Górny
2023-05-31 19:08 Michał Górny
2024-04-25  4:43 Michał Górny
2024-05-11  9:49 Arthur Zamarin
2024-05-11 10:02 Michał Górny
2024-05-18  6:11 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453291504.3339a586b474023f7cf638d90bc10a4227b3c7ef.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox