From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/
Date: Sun, 26 Apr 2020 03:12:36 +0000 (UTC) [thread overview]
Message-ID: <1587870708.55a6d16a482c58ebd08074b4b52209a526b3a661.chutzpah@gentoo> (raw)
commit: 55a6d16a482c58ebd08074b4b52209a526b3a661
Author: Victor Payno <vpayno+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Apr 13 22:24:44 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 03:11:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a6d16a
dev-python/cppy: C++ header library for writing Python extension modules (new package)
Signed-off-by: Victor Payno <vpayno+gentoo <AT> gmail.com>
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/cppy/Manifest | 1 +
dev-python/cppy/cppy-1.1.0.ebuild | 18 ++++++++++++++++++
dev-python/cppy/metadata.xml | 18 ++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/cppy/Manifest b/dev-python/cppy/Manifest
new file mode 100644
index 00000000000..6312cdc8ae7
--- /dev/null
+++ b/dev-python/cppy/Manifest
@@ -0,0 +1 @@
+DIST cppy-1.1.0.tar.gz 11777 BLAKE2B 3bdeba7ee9bb478b51090a52077abc44ee74f72439c3cf2bca898bfc84bd97993bf4dd20d641a1952e2738e3f6b89434f7435fe0a5a8302f91ebef9d02729686 SHA512 9ef4db580c963219a111ab10bc263cdf2c4386e27fce8ffe5c785fc7e8f6c6b60cb23ce918959c6f17194fd6977cc65fa64d167a0b62e6cff0cf662154bc734c
diff --git a/dev-python/cppy/cppy-1.1.0.ebuild b/dev-python/cppy/cppy-1.1.0.ebuild
new file mode 100644
index 00000000000..5ab0e333a8c
--- /dev/null
+++ b/dev-python/cppy/cppy-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="C++ header library which makes it easier to write Python extension modules"
+HOMEPAGE="https://pypi.org/project/cppy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
diff --git a/dev-python/cppy/metadata.xml b/dev-python/cppy/metadata.xml
new file mode 100644
index 00000000000..16cf244d93e
--- /dev/null
+++ b/dev-python/cppy/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>vpayno+gentoo@gmail.com</email>
+ <name>Victor Payno</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>gyakovlev@gentoo.org</email>
+ <name>Georgy Yakovlev</name>
+ </maintainer>
+ <longdescription>
+ A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">cppy</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2020-04-26 3:12 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-26 3:12 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-29 17:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/ Michał Górny
2020-05-30 8:56 Michał Górny
2020-05-30 16:20 Michał Górny
2020-05-30 19:48 Michał Górny
2020-06-01 20:30 Michał Górny
2020-06-05 16:03 Michał Górny
2020-07-05 17:36 Michał Górny
2020-07-26 1:18 Sam James
2020-07-31 2:38 Sam James
2020-08-07 19:25 Sam James
2021-05-25 16:21 Georgy Yakovlev
2021-06-05 13:34 Michał Górny
2021-06-20 1:55 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-08-17 1:42 Sam James
2021-09-06 23:49 Sam James
2021-09-06 23:54 Sam James
2021-09-06 23:56 Sam James
2021-09-07 18:34 Sam James
2022-01-30 22:23 James Le Cuirot
2022-03-14 21:00 Arthur Zamarin
2022-04-03 4:55 Sam James
2022-04-04 17:02 Sam James
2022-04-09 19:37 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-10 2:35 Matt Turner
2022-04-10 12:48 James Le Cuirot
2022-04-15 15:24 Arthur Zamarin
2022-04-15 15:27 Arthur Zamarin
2022-04-15 15:44 Arthur Zamarin
2022-04-15 18:30 Arthur Zamarin
2022-04-15 18:54 Arthur Zamarin
2022-04-16 4:47 Arthur Zamarin
2022-04-16 7:38 Sam James
2022-04-16 18:45 Sam James
2022-04-17 6:55 Michał Górny
2022-04-17 6:55 Michał Górny
2022-04-18 18:52 Jakov Smolić
2022-04-21 17:42 Arthur Zamarin
2022-04-21 17:44 Arthur Zamarin
2022-04-21 17:44 Arthur Zamarin
2022-04-21 17:44 Arthur Zamarin
2022-04-21 17:44 Arthur Zamarin
2022-04-21 17:44 Arthur Zamarin
2022-05-04 4:27 Sam James
2022-05-06 7:51 Agostino Sarubbo
2022-05-08 18:05 Sam James
2022-05-08 19:59 Sam James
2022-05-08 19:59 Sam James
2022-05-08 20:06 Sam James
2022-05-08 20:06 Sam James
2022-05-19 9:29 Agostino Sarubbo
2022-05-20 9:02 Agostino Sarubbo
2022-05-20 9:16 Michał Górny
2022-05-26 10:45 Andrew Ammerlaan
2023-02-19 19:46 Michał Górny
2023-02-19 19:46 Michał Górny
2023-06-06 6:13 Michał Górny
2023-06-06 6:13 Michał Górny
2024-05-30 14:00 Petr Vaněk
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=1587870708.55a6d16a482c58ebd08074b4b52209a526b3a661.chutzpah@gentoo \
--to=chutzpah@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