diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-28 09:49:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-28 09:49:11 +0100 |
commit | 115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (patch) | |
tree | c31afe35699960753f76770d6b0b4ea48af9f686 /dev-lang/hy | |
parent | e292b671b113c2cc012beddad93a3df4f9410698 (diff) |
gentoo auto-resync : 28:03:2023 - 09:49:10
Diffstat (limited to 'dev-lang/hy')
-rw-r--r-- | dev-lang/hy/Manifest | 5 | ||||
-rw-r--r-- | dev-lang/hy/files/hy-0.15.0-do-not-install-get_version.py.patch | 22 | ||||
-rw-r--r-- | dev-lang/hy/files/hy-xfail-macro-test.patch | 16 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.20.0.ebuild | 40 | ||||
-rw-r--r-- | dev-lang/hy/metadata.xml | 11 |
5 files changed, 0 insertions, 94 deletions
diff --git a/dev-lang/hy/Manifest b/dev-lang/hy/Manifest deleted file mode 100644 index a7be7788018d..000000000000 --- a/dev-lang/hy/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX hy-0.15.0-do-not-install-get_version.py.patch 569 BLAKE2B 548cec5bc35f65721b4c8109256e79f2cbf8d2ba6620b66f88618678f73c6117c354622ffdce4936ccbd3574d3f3ce3517eb7f763bf5d770ac652992c81a1cea SHA512 c9ea2ae683ec8391192918cf0173e598732f1d5c1e4cd0814c63b20055c781b8a194694f6ed2585cb4acd43756650a8d9e6d3918956521c24b7c798ee8bdcec1 -AUX hy-xfail-macro-test.patch 713 BLAKE2B 37642d403c2c901af4a24785c44c55c0d2174f09d958450ab5ee650b5e83a29a41126e0af6d6fc35b28f0b67f58b4f277238b04f03ab233d4200a707719540d8 SHA512 f86677eb023d1c40b18152d931f8850fb73ca7f530b7e5193941fe898216ebe9e98e641096c13af0b7a04729acbf2736ffb8486df7ec5d304f47db9bff8e70dd -DIST hy-0.20.0.tar.gz 448041 BLAKE2B b728d5894403bc40e899979153ec7a0a0479a82ab5dd85699d87df150cf9169d199c06897a9573f9087623ae43a594536e56779bb6db463fd6490d944e6743c4 SHA512 ccad5f3704c48136ce77278c0bc470bf0dfbd56d8f81cfab22d90517d915cf22a6e1a976aecbb17fc9a7260fde23f3feff4572b8af80d10ceed767aef301af86 -EBUILD hy-0.20.0.ebuild 925 BLAKE2B 0a30aab7dd06715f47811ed577fcbdda356a4b90603eca31e3db8b2e19d9892f19517ce8dc79a63980ea0379cfb1c50d9d698b02cfd9098f19907bcb5b307849 SHA512 c9075ce338221ad3421032f062ff150787d7173657c247cc6a7967bc49fe8489d8ec22f23a3d8beb5e25dba551c112d9aa8f4f19ae02e72fca6bc33db2762553 -MISC metadata.xml 332 BLAKE2B 9cddfa7b8834d7e30febed13fb87935c8917c77dd4d7f9b474ab07b8dbf5b82f2e06397b42a1b716dee4dc2e733bb9a98cd25efb073cfff905ec3d7f60d5720b SHA512 d1e57cab56327bbdf9f5844b8aaabb547a2c559114cb0df7b6bebc0d35da1e050c072f6c3e255f40c3cff337508434188e8550a2449287505f25d0faa372040d diff --git a/dev-lang/hy/files/hy-0.15.0-do-not-install-get_version.py.patch b/dev-lang/hy/files/hy-0.15.0-do-not-install-get_version.py.patch deleted file mode 100644 index 088b382a8913..000000000000 --- a/dev-lang/hy/files/hy-0.15.0-do-not-install-get_version.py.patch +++ /dev/null @@ -1,22 +0,0 @@ -Don't install get_version.py - -This reverts commit 7361b37a7580bb5caaf7696b7bff5954042fd52b. - -This file is not used at runtime, and the way it was installed violated FHS. - ---- - setup.py | 3 --- - 1 file changed, 3 deletions(-) - ---- a/setup.py -+++ b/setup.py -@@ -58,9 +58,6 @@ def run(self): - 'hy.core': ['*.hy', '__pycache__/*'], - 'hy.extra': ['*.hy', '__pycache__/*'], - }, -- data_files=[ -- ('get_version', ['get_version.py']) -- ], - author="Paul Tagliamonte", - author_email="tag@pault.ag", - long_description=long_description, diff --git a/dev-lang/hy/files/hy-xfail-macro-test.patch b/dev-lang/hy/files/hy-xfail-macro-test.patch deleted file mode 100644 index f9ec09c4abb3..000000000000 --- a/dev-lang/hy/files/hy-xfail-macro-test.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/tests/native_tests/native_macros.hy b/tests/native_tests/native_macros.hy -index 28f14a5a..209084f6 100644 ---- a/tests/native_tests/native_macros.hy -+++ b/tests/native_tests/native_macros.hy -@@ -471,6 +471,11 @@ in expansions." - ;; to trust that the .pyc loading convention was followed. - (test-requires-and-macros)) - -+;; FIXME: this tests fail while being run by portage with FEATURES=test. -+;; Maybe it's because PYTHONDONTWRITEBYTECODE preserves somehow or something else -+;; related to bytecoede, idk for now. -+(setv test-macro-from-module (pytest.mark.xfail test-macro-from-module)) -+ - - (defn test-recursive-require-star [] - "(require [foo [*]]) should pull in macros required by `foo`." diff --git a/dev-lang/hy/hy-0.20.0.ebuild b/dev-lang/hy/hy-0.20.0.ebuild deleted file mode 100644 index 02ccc372ca88..000000000000 --- a/dev-lang/hy/hy-0.20.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="A LISP dialect running in python" -HOMEPAGE="http://hylang.org/" -SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test doc" - -RDEPEND=">=dev-python/astor-0.7.1[${PYTHON_USEDEP}] - >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] - >=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}] - >=dev-python/rply-0.7.6[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.15.0-do-not-install-get_version.py.patch - "${FILESDIR}"/${PN}-xfail-macro-test.patch -) - -src_prepare() { - default - use doc && HTML_DOCS=( docs/_build/html/. ) -} - -python_compile_all() { - use doc && emake docs -} - -distutils_enable_tests pytest diff --git a/dev-lang/hy/metadata.xml b/dev-lang/hy/metadata.xml deleted file mode 100644 index 4af66b85fb8c..000000000000 --- a/dev-lang/hy/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - <name>Patrick Lauer</name> - </maintainer> - <upstream> - <remote-id type="github">hylang/hy</remote-id> - </upstream> -</pkgmetadata> |