public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backcall/
Date: Mon, 29 Apr 2019 18:56:41 +0000 (UTC)	[thread overview]
Message-ID: <1556564002.184ca1c79371a444128923825fd890d13f38983a.vdupras@gentoo> (raw)

commit:     184ca1c79371a444128923825fd890d13f38983a
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 18:53:22 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 18:53:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184ca1c7

dev-python/backcall: new package

For IPython bump.

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/backcall/Manifest              |  1 +
 dev-python/backcall/backcall-0.1.0.ebuild | 20 ++++++++++++++++++++
 dev-python/backcall/metadata.xml          | 11 +++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest
new file mode 100644
index 00000000000..5c4ad01d476
--- /dev/null
+++ b/dev-python/backcall/Manifest
@@ -0,0 +1 @@
+DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63 SHA512 359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd

diff --git a/dev-python/backcall/backcall-0.1.0.ebuild b/dev-python/backcall/backcall-0.1.0.ebuild
new file mode 100644
index 00000000000..ef0e4797130
--- /dev/null
+++ b/dev-python/backcall/backcall-0.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Specifications for callback functions passed in to an API"
+HOMEPAGE="https://pypi.org/project/backcall/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/backcall/metadata.xml b/dev-python/backcall/metadata.xml
new file mode 100644
index 00000000000..ca0712e086e
--- /dev/null
+++ b/dev-python/backcall/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="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">backcall</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2019-04-29 18:56 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29 18:56 Virgil Dupras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-01  3:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/backcall/ Andrey Grozin
2020-03-26 10:17 Agostino Sarubbo
2020-03-26 10:21 Agostino Sarubbo
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 13:49 Michał Górny
2020-04-15  2:49 Mike Gilbert
2020-06-08 17:36 Michał Górny
2020-06-10  6:03 Michał Górny
2020-07-30 19:39 Sam James
2020-07-30 20:03 Sam James
2020-07-30 20:41 Michał Górny
2020-08-03  3:11 Sam James
2021-05-07 11:58 Michał Górny
2021-09-08 16:19 Sam James
2021-09-26 17:52 Sam James
2021-11-01 15:46 Sam James
2022-01-29 11:51 Michał Górny
2022-01-30 11:33 James Le Cuirot
2022-02-14  8:35 Matt Turner
2022-03-15 10:11 Jakov Smolić
2022-03-15 11:16 Michał Górny
2022-04-07  4:40 Michał Górny
2022-05-12 19:21 Arthur Zamarin
2022-09-22  7:45 Michał Górny
2023-03-16  3:44 Michał Górny
2023-05-26 20:26 Arthur Zamarin

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=1556564002.184ca1c79371a444128923825fd890d13f38983a.vdupras@gentoo \
    --to=vdupras@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