public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pip-api/
Date: Tue, 29 Jun 2021 02:43:48 +0000 (UTC)	[thread overview]
Message-ID: <1624934627.395ac836e51ff34dfb964468e8d11c2b739d0a99.Alessandro-Barbieri@gentoo> (raw)

commit:     395ac836e51ff34dfb964468e8d11c2b739d0a99
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 02:43:06 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jun 29 02:43:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=395ac836

dev-python/pip-api: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pip-api/Manifest              |  1 +
 dev-python/pip-api/metadata.xml          | 13 +++++++++++
 dev-python/pip-api/pip-api-0.0.14.ebuild | 37 ++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
new file mode 100644
index 000000000..e42fe1f30
--- /dev/null
+++ b/dev-python/pip-api/Manifest
@@ -0,0 +1 @@
+DIST pip-api-0.0.14.tar.gz 112646 BLAKE2B 8bfe738b6c1aee91d407b568c7cc335271f1b739e6db49374248342a4325853dea6650c32384bf89afd95b20f09d361b5edb3b0ecae100fdc3a6855ba010ec24 SHA512 d3802b8728b814dae9551cc12612eb10a8de061cd64ac40647513d083c45f4bee218b1d2ba772c4c4df05275c4dc8e935e8e69c2e2cf8c6420e6c1158c768c78

diff --git a/dev-python/pip-api/metadata.xml b/dev-python/pip-api/metadata.xml
new file mode 100644
index 000000000..a654b8335
--- /dev/null
+++ b/dev-python/pip-api/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+      <email>lssndrbarbieri@gmail.com</email>
+      <name>Alessandro Barbieri</name>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://github.com/di/pip-api/issues</bugs-to>
+        <remote-id type="github">di/pip-api</remote-id>
+        <remote-id type="pypi">pip-api</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/dev-python/pip-api/pip-api-0.0.14.ebuild b/dev-python/pip-api/pip-api-0.0.14.ebuild
new file mode 100644
index 000000000..347170ee5
--- /dev/null
+++ b/dev-python/pip-api/pip-api-0.0.14.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SETUPTOOLS="pyproject.toml"
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An unofficial, importable pip API"
+HOMEPAGE="https://github.com/di/pip-api"
+SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-python/pip[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pretend[${PYTHON_USEDEP}]
+		>=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	#https://github.com/di/pip-api/issues/81
+	epytest -vv \
+		--deselect tests/test_installed_distributions.py::test_installed_distributions \
+		--deselect tests/test_tests.py::test_isolation[True] \
+		--deselect tests/test_tests.py::test_isolation[False] \
+		--deselect tests/test_tests.py::test_all_the_right_pips \
+		|| die
+}


             reply	other threads:[~2021-06-29  2:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29  2:43 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-30 21:27 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pip-api/ Alessandro Barbieri
2021-11-02  3:40 Alessandro Barbieri
2021-12-14  7:14 Anna Vyalkova
2021-12-20  8:59 Anna Vyalkova
2022-01-10 12:56 Andrew Ammerlaan
2022-03-14  2:41 Alessandro Barbieri
2022-03-17 13:57 Alessandro Barbieri
2022-03-17 21:49 Alessandro Barbieri
2022-05-30 13:17 Alessandro Barbieri
2022-05-30 13:17 Alessandro Barbieri
2022-06-05  6:16 Anna Vyalkova
2023-01-13  3:14 Julien Roy

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=1624934627.395ac836e51ff34dfb964468e8d11c2b739d0a99.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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