diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/thunarx-python | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/thunarx-python')
-rw-r--r-- | dev-python/thunarx-python/Manifest | 3 | ||||
-rw-r--r-- | dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch | 27 | ||||
-rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild | 6 |
3 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/thunarx-python/Manifest b/dev-python/thunarx-python/Manifest index 0519af92cc32..5ea6930f703d 100644 --- a/dev-python/thunarx-python/Manifest +++ b/dev-python/thunarx-python/Manifest @@ -1,3 +1,4 @@ +AUX thunarx-python-0.5.1-py38.patch 951 BLAKE2B c83f78b4ddbd08b7325d87b16133ee455b43a8e7c666661b15a582ec96eaa6a81c0a0b1ee19b4428b06e60ac1ce04414c3ed5f754c037cf17223081aa2ddf49b SHA512 44cc2aeb13e8d98ce2e9cdd0a28906da3d9826080b12b33ee7cf78e80f57371a0af801df8ba9967b5d831bb442c5836f02427b7ee58045c2f326dbcf3808508b DIST thunarx-python-0.5.1.tar.bz2 334426 BLAKE2B 59f8e625b10ceeaefffa4b6dde150c32023365e76854c6e77ae2f222b509856353c8d62de26ba4e7b967cfcce1219205923938389fd1714a420bc9e1ac2b12b2 SHA512 0c1d8f20b74a3eb87b3c2c181c6438bc059dff75afdc26cfea19dffb7efe1f14e6a880689f73afcbbcb5922312741df72018e3b9980c4a45426e7a7d4651177f -EBUILD thunarx-python-0.5.1-r1.ebuild 755 BLAKE2B a4da43181cc6ce167d3550c7c1b0e07142b4c909921e7c01eb5d9b8086781bd83d41f81ec5314761d9b5631e59bbe87f92de804130212e29a5240f2799f34845 SHA512 55082f1ee32d29181bbf870036d762e057e76b8eea93c804ba0ff82dea13e3bf563039efe273aa33cef9d3136dcd8c24e4dd4b6ceff2107aced30fb512f499d5 +EBUILD thunarx-python-0.5.1-r1.ebuild 804 BLAKE2B 5445bf968f9bb1f152f464cfa835ea882418e41151c9338343bf976e813127290f384fa3b1f0558b09e587b522395fc4ba3ccc8ea55d52ae59e78d8d7210c408 SHA512 8c0381b21508045a2665d962ba875fa9c4a133afd0d3ed26ff84861951081c272d0181f1884c6268677f0d11881fc2c6d54f0713f7e62b8d3c12e7fbf0263bc3 MISC metadata.xml 249 BLAKE2B cfb34e0ab5b7155d26bee3e5cc55d570e05151273d6793455b82980b3e3411983eaee6a6ea94f896b18df24efdc964f180bb00b3852a98a2cc5571f1d22f6d84 SHA512 ec9e5427d44f20c2c0166fe103e6e8b8384a300685f7c9774f9177a1533d7057f332af1ba1046462f75bb3f2812e075d01b5eaeb625340c911d2bc6d2f9acf7c diff --git a/dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch b/dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch new file mode 100644 index 000000000000..19ad0886ad52 --- /dev/null +++ b/dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch @@ -0,0 +1,27 @@ +From 78b24f3bf34c1faafcdc5816856bc9bf1bfaed6f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> +Date: Wed, 15 Jul 2020 17:19:34 +0200 +Subject: [PATCH] Fix compilation with python3.8 + +Based on upstream commit 5f4edd0b657f52619b60e9931340502fa87f49ff, +stripped off irrelevant changes, made directly in configure. +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure b/configure +index 9fabaa0..ff2ceae 100755 +--- a/configure ++++ b/configure +@@ -13557,7 +13557,7 @@ py_lib_name=`basename $py_include_path` + if test "x$PYTHON_LIBS" = x; then + PYTHON_CONFIG=`which $PYTHON`-config + if test -x "$PYTHON_CONFIG"; then +- PYTHON_LIBS=`$PYTHON_CONFIG --ldflags 2>/dev/null` ++ PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || PYTHON_LIBS=`$PYTHON_CONFIG --libs 2>/dev/null` + else + PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}" + fi +-- +2.27.0 + diff --git a/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild index 0a243f4cf713..d2bb115a4a8c 100644 --- a/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-single-r1 @@ -26,6 +26,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig" REQUIRED_USE=${PYTHON_REQUIRED_USE} +PATCHES=( + "${FILESDIR}"/${P}-py38.patch +) + src_install() { default |