public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/
@ 2016-03-29 13:53 99% Ian Delaney
  0 siblings, 0 replies; 1+ results
From: Ian Delaney @ 2016-03-29 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     85dab0e18944605c7417a6f758edcf4f3021b910
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 29 12:03:25 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 13:52:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dab0e1

dev-python/minidb: add missing PYTHON_REQ_USE, minor fixes

edit to vn. 2.0.1
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1160

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-python/minidb/metadata.xml        | 1 +
 dev-python/minidb/minidb-2.0.1.ebuild | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/minidb/metadata.xml b/dev-python/minidb/metadata.xml
index 41161b6..9144106 100644
--- a/dev-python/minidb/metadata.xml
+++ b/dev-python/minidb/metadata.xml
@@ -13,5 +13,6 @@
 	<upstream>
 		<remote-id type="pypi">minidb</remote-id>
 		<remote-id type="github">thp/minidb</remote-id>
+		<bugs-to>https://github.com/thp/minidb/issues</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-python/minidb/minidb-2.0.1.ebuild b/dev-python/minidb/minidb-2.0.1.ebuild
index 0db93ab..c3097b0 100644
--- a/dev-python/minidb/minidb-2.0.1.ebuild
+++ b/dev-python/minidb/minidb-2.0.1.ebuild
@@ -2,15 +2,16 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_REQ_USE="sqlite"
 
 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"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
@@ -22,8 +23,6 @@ DEPEND="
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 
-S="${WORKDIR}/${PN}-${PV}"
-
 python_test() {
 	nosetests test || die "tests failed with ${EPYTHON}"
 }


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-03-29 13:53 99% [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/ Ian Delaney

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