summaryrefslogtreecommitdiff
path: root/dev-python/cython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-25 06:49:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-25 06:49:35 +0000
commit0b82ae29b3034efe3e7b7f533dbcb76168544c5e (patch)
treeea954d341afdcf53b3b79c78c9a54ff2c9693096 /dev-python/cython
parentb0b85e141f6a9a74d9d6bdce989a626ff5e92523 (diff)
gentoo auto-resync : 25:03:2023 - 06:49:35
Diffstat (limited to 'dev-python/cython')
-rw-r--r--dev-python/cython/Manifest2
-rw-r--r--dev-python/cython/cython-3.0.0_beta1-r2.ebuild (renamed from dev-python/cython/cython-3.0.0_beta1-r1.ebuild)25
2 files changed, 3 insertions, 24 deletions
diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index f45002c84b75..c2252a401316 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -8,5 +8,5 @@ DIST cython-3.0.0b1.gh.tar.gz 2659132 BLAKE2B 7ed252d90f71521f24817e064f1b55f671
EBUILD cython-0.29.32.ebuild 1989 BLAKE2B 57cc0e23f5ec7feaa5a697e6807b37003cbaa6b7be1757ff607c6591dfc39a5f7e1e0e016630f47f9f7a8cb6b235682952a894f1a2cdcad2d2f9aabef98a39e2 SHA512 ba986bf5401dc05f204270e03a4b3f911721f5e94a79bcd1c714c8a0956affe7919bae01c433ade3b84ab22a823c7c61af95b8364470781c430dd6b125244886
EBUILD cython-0.29.33-r1.ebuild 2057 BLAKE2B 8af23e87ae4cb9e2ea8b53931b995b039f643a0644774d7d50fad73287b71b53f1586a81902a4c401f01230605b066113721996ffc2af0fd12a4fa29c9e0c3e7 SHA512 d8595d75b5c0beaf168b96747637144ce1f13d98c7682991b04337e1578c955d6b0e33875ec0bd31094962bf1c7c7f8efe512445e401985c4c559191f5fd6c06
EBUILD cython-0.29.33.ebuild 1993 BLAKE2B 4c04089a895df409424ba49ed5fb6c09c1dba424e3a58f478d8d198f4ee732c598dd495a3fb65d96425dff7a09d8c3b3bcc271eec7b96f9bc746d7e13c3575b3 SHA512 9f1014f3070b6a079ccda7b13d58912c6e9b86bc3f8caef8ecac6508dfa5c58e500bcd68feb50af4fa6cda983d438660ffc297313f0431255c48865b2eba3aa9
-EBUILD cython-3.0.0_beta1-r1.ebuild 2121 BLAKE2B ced4f51629663e7a8237996c7627123c30ca26f7492cfcbe63539f29646a75bed8f265b4e14ea6fca648ced5865ab666e31ae15dd31e1a95889269cf05703517 SHA512 928c1faa04105265373cb4177579f237d52abe104bd49800dc1bd31df432bc03e2d03af7de87604b6eba0ec5d429deea1c19c92719903f4732d033709df68bca
+EBUILD cython-3.0.0_beta1-r2.ebuild 1801 BLAKE2B b0d91f2eeede2eec4b1f346d4cb5db83ddd6dd28bf29cc52f72ccd85fd8f929923c7b44b7f3f45f59520a230a822c24b33f45abd7d6cd8277d4b7676e4dca6b1 SHA512 03ce4f2a5505c881ae212aa6142ec52d14128b90cef274a1248383e4cc0f05571de470f2fe2e365b8f27a159379baf8a55260734a0b18ff0eb48598e42baf427
MISC metadata.xml 606 BLAKE2B 1ee3fc75852383aa0618afeb7521c3ae0e95b518c85b2c58ff958905092cf68017d313a09d25031a50b649f9dd1b452e751036f2552df9d91447baaeff0a8f0b SHA512 b7917c2e417cee9e59c8011246f7223f5095c87f0294ea140dbfc8fda0b09cf61c9f055380a9d3f74a07e71bb49d75f219d6224ea95f1f4d4b451e5688c13f78
diff --git a/dev-python/cython/cython-3.0.0_beta1-r1.ebuild b/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
index 54bc5b850f4d..3765013cc291 100644
--- a/dev-python/cython/cython-3.0.0_beta1-r1.ebuild
+++ b/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
@@ -25,12 +25,9 @@ S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE="emacs test"
+IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="
- emacs? ( >=app-editors/emacs-23.1:* )
-"
BDEPEND="
${RDEPEND}
test? (
@@ -43,10 +40,9 @@ BDEPEND="
PATCHES=(
"${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
"${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
+ "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
)
-SITEFILE=50cython-gentoo.el
-
distutils_enable_sphinx docs \
dev-python/jinja \
dev-python/sphinx-issues \
@@ -59,10 +55,6 @@ python_compile() {
distutils-r1_python_compile
}
-python_compile_all() {
- use emacs && elisp-compile Tools/cython-mode.el
-}
-
python_test() {
if has "${EPYTHON}" pypy3 python3.11; then
einfo "Skipping tests on ${EPYTHON} (xfail)"
@@ -79,17 +71,4 @@ python_test() {
python_install_all() {
local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
distutils-r1_python_install_all
-
- if use emacs; then
- elisp-install ${PN} Tools/cython-mode.*
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
}