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 D337D138359 for ; Sat, 1 Aug 2020 20:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F5FE0805; Sat, 1 Aug 2020 20:55:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E0AE3E0805 for ; Sat, 1 Aug 2020 20:55:48 +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 A445034E847 for ; Sat, 1 Aug 2020 20:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 241B0295 for ; Sat, 1 Aug 2020 20:55:45 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1596315337.c36f6e373a2f34541dc5dae46ea202c7d004e6bb.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ctypesgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ctypesgen/Manifest dev-python/ctypesgen/ctypesgen-1.0.2.ebuild X-VCS-Directories: dev-python/ctypesgen/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c36f6e373a2f34541dc5dae46ea202c7d004e6bb X-VCS-Branch: master Date: Sat, 1 Aug 2020 20:55:45 +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: e73df47b-8832-4208-a81a-120b217e3a85 X-Archives-Hash: dd5908c7fde6bf90d31b35890c853d86 commit: c36f6e373a2f34541dc5dae46ea202c7d004e6bb Author: Aaron Bauman gentoo org> AuthorDate: Sat Aug 1 20:54:13 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Aug 1 20:55:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f6e37 dev-python/ctypesgen: bump to 1.0.2; bump EAPI * pkg will build fine with python3_{8,9} but tests fail Closes: https://bugs.gentoo.org/730474 Signed-off-by: Aaron Bauman gentoo.org> dev-python/ctypesgen/Manifest | 1 + dev-python/ctypesgen/ctypesgen-1.0.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/ctypesgen/Manifest b/dev-python/ctypesgen/Manifest index d0814d56c0e..fe3c67a7750 100644 --- a/dev-python/ctypesgen/Manifest +++ b/dev-python/ctypesgen/Manifest @@ -1 +1,2 @@ DIST ctypesgen-0_p72.tar.bz2 85694 BLAKE2B eab6f01c7fc541f069d131abe255a51dd876e0629639cb46a8fac215da55af80746771cd15a5de4b300c58f56e4b975985953d4efe5327c8d2b29c37c166c393 SHA512 eab85c71a2f98fd03ae582899de680bd861e7e6e20841ac087520f8b844dc686ea519b0510382cedec09ff3fa1d87fcc1c79878a2eb9219d7cc092423813e2e5 +DIST ctypesgen-1.0.2.tar.gz 119413 BLAKE2B 27bc387ccbcd62cd164aef544129ead58248272251d2e2737f7fd65f22b92def3b62845a92dab4e1ba3faf030a002b4f2a67bfb0492ffb6298ddba9d7a2ba0f3 SHA512 d5168f72a04878d64b43c096f84f2a32663d481d7ac37f78d706f11aa09b68fe267af476885232a8c64be0f33dec20937e11bbfdef6231ecef1b19eae592d638 diff --git a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild new file mode 100644 index 00000000000..0ea04a16357 --- /dev/null +++ b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# pkg compiles fine with py3_{8,9} but tests fail +PYTHON_COMPAT=( python3_7 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Python wrapper generator for ctypes" +HOMEPAGE="https://github.com/davidjamesca/ctypesgen" +SRC_URI="https://github.com/davidjamesca/ctypesgen/archive/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${PN}-${PN}-${PV}" + +python_test() { + "${PYTHON}" "${PN}/test/testsuite.py" || die "Test ${f} fails with ${EPYTHON}" +}