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 1BAA31382C5 for ; Fri, 20 Apr 2018 22:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B14EE0932; Fri, 20 Apr 2018 22:04:16 +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 28838E0932 for ; Fri, 20 Apr 2018 22:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E256335C73 for ; Fri, 20 Apr 2018 22:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C25C260 for ; Fri, 20 Apr 2018 22:04:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524261842.3749f2be32f9c01e45f8eabe40348d77586afff7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/subvertpy/Manifest dev-python/subvertpy/subvertpy-0.10.1.ebuild X-VCS-Directories: dev-python/subvertpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3749f2be32f9c01e45f8eabe40348d77586afff7 X-VCS-Branch: master Date: Fri, 20 Apr 2018 22:04:12 +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-Archives-Salt: fefb4fd9-0654-4fc5-be92-154a05187ba2 X-Archives-Hash: 5abbc4f9df5d63152d59de1fde4c8f8d commit: 3749f2be32f9c01e45f8eabe40348d77586afff7 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 20 21:59:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 20 22:04:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3749f2be dev-python/subvertpy: Bump to 0.10.1 Closes: https://bugs.gentoo.org/631214 dev-python/subvertpy/Manifest | 1 + dev-python/subvertpy/subvertpy-0.10.1.ebuild | 29 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest index e2e5b5a4ba9..946d0a8c0ae 100644 --- a/dev-python/subvertpy/Manifest +++ b/dev-python/subvertpy/Manifest @@ -1 +1,2 @@ +DIST subvertpy-0.10.1.tar.gz 116661 BLAKE2B 81fdc21352f168c1a8d31398be21ad83ed72adc824dbbca7764fb1836cba4a7d7f03e4a96636ab29f4804682658ce834eea3fd433b5f161e61a702dfc6790e22 SHA512 083174ca6516541c48474673e6d601ff3098f19d204f311101f4de81bcd70d73bdb1e73dffe43fc584f35d286020cab1381dc1c44b514442735a139d2a9cd356 DIST subvertpy-0.9.1.tar.gz 110972 BLAKE2B 1f11b55b81705b6b144e0c4ac53f2e0e5a847b96bb43589894c8c910492b443d61bfc5bdcbdba1e2bb757fbd587b029d0be113084a45c17aec8c0befdff0e12a SHA512 977e291c011e680cff9e26312b4235c0479374076964c7c4a4c3c7ec75bcc44ff7c458513ab89f1aa2b599d3bd8f94cbc6d1000afcf725a9f937a90b39456148 diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild new file mode 100644 index 00000000000..903366b9f45 --- /dev/null +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Alternative Python bindings for Subversion" +HOMEPAGE="https://jelmer.uk/code/subvertpy/ https://pypi.org/project/subvertpy" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-vcs/subversion-1.4" +DEPEND="${RDEPEND} + dev-libs/apr-util" + +python_compile() { + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +} + +python_test() { + esetup.py test --args=-v +}