public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/orjson/
Date: Mon,  4 Oct 2021 11:50:09 +0000 (UTC)	[thread overview]
Message-ID: <1633348207.d39ed0a6d2df2ba92a02be72b2e2b74728dcc98c.Alessandro-Barbieri@gentoo> (raw)

commit:     d39ed0a6d2df2ba92a02be72b2e2b74728dcc98c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct  4 11:49:45 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct  4 11:50:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d39ed0a6

dev-python/orjson: fix file discovery

Closes: https://bugs.gentoo.org/816186
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/orjson/orjson-3.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/orjson/orjson-3.5.3.ebuild b/dev-python/orjson/orjson-3.5.3.ebuild
index 64d9ca1cc..3dc01d0d5 100644
--- a/dev-python/orjson/orjson-3.5.3.ebuild
+++ b/dev-python/orjson/orjson-3.5.3.ebuild
@@ -90,11 +90,11 @@ pkg_setup() {
 
 src_compile() {
 	maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} $(usex debug "" --release) || die
-	unzip "target/wheels/${P}-*.whl" || die
+	unzip target/wheels/${P}-*.whl || die
 }
 
 src_install() {
-	python_domodule "${PN}"*.so
+	python_domodule orjson/orjson*.so
 	dodoc README.md
 }
 


             reply	other threads:[~2021-10-04 11:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 11:50 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-08  6:19 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/orjson/ Viorel Munteanu
2023-03-09  9:12 Anna Vyalkova
2023-01-13  3:14 Julien Roy
2022-05-31 15:54 Alessandro Barbieri
2022-05-31 15:36 Alessandro Barbieri
2022-05-31 10:08 Alessandro Barbieri
2022-05-31 10:08 Alessandro Barbieri
2022-05-31 10:08 Alessandro Barbieri
2022-05-11 11:29 Alessandro Barbieri
2022-04-20 22:46 Alessandro Barbieri
2022-04-20 22:37 Alessandro Barbieri
2022-03-26 15:16 Alessandro Barbieri
2022-03-18  9:49 Alessandro Barbieri
2021-10-07 10:22 Alessandro Barbieri
2021-07-01 23:43 Alessandro Barbieri
2021-07-01 11:24 Alessandro Barbieri
2021-06-30 21:27 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1633348207.d39ed0a6d2df2ba92a02be72b2e2b74728dcc98c.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox