summaryrefslogtreecommitdiff
path: root/dev-python/libsass
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-06 13:17:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-06 13:17:24 +0000
commitf8ed4c2fc3a32e7aeca2dfe690fcc70e7f823fe6 (patch)
treeaa0648915880e4965d02116ca32779fcc77cc1d1 /dev-python/libsass
parent8f9c7583a7677480e9164f73eb5e415f74b0351b (diff)
downloadbaldeagleos-repo-f8ed4c2fc3a32e7aeca2dfe690fcc70e7f823fe6.tar.gz
baldeagleos-repo-f8ed4c2fc3a32e7aeca2dfe690fcc70e7f823fe6.tar.xz
baldeagleos-repo-f8ed4c2fc3a32e7aeca2dfe690fcc70e7f823fe6.zip
Updating liguros repo
Diffstat (limited to 'dev-python/libsass')
-rw-r--r--dev-python/libsass/Manifest1
-rw-r--r--dev-python/libsass/libsass-0.20.0.ebuild34
-rw-r--r--dev-python/libsass/libsass-0.20.1.ebuild4
3 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/libsass/Manifest b/dev-python/libsass/Manifest
index 2499831023c1..dc9e178a6e4f 100644
--- a/dev-python/libsass/Manifest
+++ b/dev-python/libsass/Manifest
@@ -1,2 +1 @@
-DIST libsass-0.20.0.tar.gz 321750 BLAKE2B 215bbe8d4a60d3f6851bfe92a7fb79e58bdf86fa5334a39c7ed051ad2ffc598e59afcb381f6526d25d6e3d021fd5eda51371a6628c01111f8bed42bda9581cb7 SHA512 ad6054f3e02b39730c4680b64d3ed20ba05443c7019c8a7a47ae557a6f52c60be1326a2cf2421f13de0a57a5f37347dffff1146190d1fa0eb8fd985f27ebf7d7
DIST libsass-0.20.1.tar.gz 316227 BLAKE2B e4b4955a2ad0722d76e79979405c8e549b911d31c3fb828563e1e52cad9f9fe72cf543bd5e2ac2383faf85a44f4f0258253f7d45394f37d30076425660ebd031 SHA512 8918154f9fc4b0618d4729195414b2d8c5818a3e4dde2d4e084a73c01c3f6a2d46028a35b4e11759bc001266bcf03423319230682507c6952c9b0eb2df17feaf
diff --git a/dev-python/libsass/libsass-0.20.0.ebuild b/dev-python/libsass/libsass-0.20.0.ebuild
deleted file mode 100644
index 37962e6bc8af..000000000000
--- a/dev-python/libsass/libsass-0.20.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A straightforward binding of libsass for Python"
-HOMEPAGE="https://github.com/sass/libsass-python"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-libs/libsass
- dev-python/six[${PYTHON_USEDEP}]
- test? (
- dev-python/PyQt5[testlib,${PYTHON_USEDEP}]
- dev-python/werkzeug[${PYTHON_USEDEP}]
- )"
-
-# Remove sassc, in favour of pysassc, see: https://github.com/sass/libsass-python/issues/134
-# This avoids a file collision with dev-lang/sassc
-PATCHES=( "${FILESDIR}"/${P}_rename_sassc.patch )
-
-distutils_enable_tests pytest
-
-python_test() {
- "${EPYTHON}" sasstests.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/libsass/libsass-0.20.1.ebuild b/dev-python/libsass/libsass-0.20.1.ebuild
index f7fc70690d5b..1d36130b97d3 100644
--- a/dev-python/libsass/libsass-0.20.1.ebuild
+++ b/dev-python/libsass/libsass-0.20.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="dev-libs/libsass
dev-python/six[${PYTHON_USEDEP}]