summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 17:30:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 17:56:38 +0200
commit2ee47f6bcfc50de59c8fd2eca2a79c1e8d9e8a8a (patch)
tree7dc245933ad4346db786cae93ac492ccc417a963 /media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild
parentsys-fs/cryfs: python3_8 support (diff)
downloadgentoo-2ee47f6bcfc50de59c8fd2eca2a79c1e8d9e8a8a.tar.gz
gentoo-2ee47f6bcfc50de59c8fd2eca2a79c1e8d9e8a8a.tar.bz2
gentoo-2ee47f6bcfc50de59c8fd2eca2a79c1e8d9e8a8a.zip
media-libs/libsndfile: python3_8 support
Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild')
-rw-r--r--media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild b/media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild
index cb2856695fd0..f9fdbe8931b3 100644
--- a/media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild
@@ -3,20 +3,21 @@
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit autotools python-any-r1 multilib-minimal
MY_COMMIT="97a361afc24202b16489d8c06910277c06b18b53"
-SRC_URI="https://github.com/erikd/libsndfile/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
DESCRIPTION="C library for reading and writing files containing sampled sound"
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
+SRC_URI="https://github.com/erikd/libsndfile/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="alsa minimal sqlite static-libs test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
RESTRICT="!test? ( test )"
RDEPEND="
@@ -33,7 +34,7 @@ BDEPEND="
virtual/pkgconfig
${PYTHON_DEPS}
sys-devel/autogen
- "
+"
S="${WORKDIR}/${PN}-${MY_COMMIT}"