From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86626138354 for ; Sun, 26 Apr 2020 03:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4832E0882; Sun, 26 Apr 2020 03:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 861D6E088A for ; Sun, 26 Apr 2020 03:12:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8838D34F24D for ; Sun, 26 Apr 2020 03:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59711F5 for ; Sun, 26 Apr 2020 03:12:36 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1587870708.55a6d16a482c58ebd08074b4b52209a526b3a661.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cppy/Manifest dev-python/cppy/cppy-1.1.0.ebuild dev-python/cppy/metadata.xml X-VCS-Directories: dev-python/cppy/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 55a6d16a482c58ebd08074b4b52209a526b3a661 X-VCS-Branch: master Date: Sun, 26 Apr 2020 03:12:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bde32011-758d-49ed-8e95-28d3024dd01b X-Archives-Hash: dd8d6dce057d506c53adc238efeee300 commit: 55a6d16a482c58ebd08074b4b52209a526b3a661 Author: Victor Payno gmail com> AuthorDate: Mon Apr 13 22:24:44 2020 +0000 Commit: Patrick McLean gentoo 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 gmail.com> Signed-off-by: Patrick McLean 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 @@ + + + + + vpayno+gentoo@gmail.com + Victor Payno + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + 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. + + + cppy + +