From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/libsass/Manifest | 1 - dev-python/libsass/libsass-0.23.0.ebuild | 61 -------------------------------- dev-python/libsass/metadata.xml | 16 --------- 3 files changed, 78 deletions(-) delete mode 100644 dev-python/libsass/Manifest delete mode 100644 dev-python/libsass/libsass-0.23.0.ebuild delete mode 100644 dev-python/libsass/metadata.xml (limited to 'dev-python/libsass') diff --git a/dev-python/libsass/Manifest b/dev-python/libsass/Manifest deleted file mode 100644 index 92e51663d386..000000000000 --- a/dev-python/libsass/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libsass-python-0.23.0.gh.tar.gz 54783 BLAKE2B b2113d295370391c6b92c2561873cc1c58c3acdcc5c4adb6c50e717bb963bbf5d4e29e97290e2b4743508c0f1a73be373233205a79c31b6f6a0262559adcf924 SHA512 fb0836cce26ef8cdfb90cb50842e66f83ed47d06327272a49db3f2cf4b7f1bc29560d0126f00ff13db626d0624ff154c342a0f2433802d4c1b582b8d74a50337 diff --git a/dev-python/libsass/libsass-0.23.0.ebuild b/dev-python/libsass/libsass-0.23.0.ebuild deleted file mode 100644 index d1f6dcf374c8..000000000000 --- a/dev-python/libsass/libsass-0.23.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -MY_P=libsass-python-${PV} -DESCRIPTION="A straightforward binding of libsass for Python" -HOMEPAGE=" - https://github.com/sass/libsass-python/ - https://pypi.org/project/libsass/ -" -SRC_URI=" - https://github.com/sass/libsass-python/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -DEPEND=" - >=dev-libs/libsass-3.6.5 -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - test? ( - dev-python/werkzeug[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - export SYSTEM_SASS=1 - # https://bugs.gentoo.org/881339 - # the package is applying C++ flags to C sources - sed -i -e "s:'-std=gnu++0x',::" -e "s:'-lstdc++'::" setup.py || die -} - -python_test() { - local EPYTEST_DESELECT=( - # probably broken by removal of sassc - sasstests.py::SasscTestCase::test_sassc_stdout - # skip the pip tests because they need an internet connection - # not relevant for gentoo anyway - sasstests.py::DistutilsTestCase::test_build_sass - sasstests.py::DistutilsTestCase::test_output_style - ) - - epytest sasstests.py -} diff --git a/dev-python/libsass/metadata.xml b/dev-python/libsass/metadata.xml deleted file mode 100644 index c3a77477cffb..000000000000 --- a/dev-python/libsass/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - nowa@gentoo.org - Nowa Ammerlaan - - - python@gentoo.org - Python - - - sass/libsass-python - libsass - - -- cgit v1.3