public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/
@ 2022-11-14  5:12 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2022-11-14  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     eaa6ada102ddfac10b8fbb7076aa17565dcd2b94
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 05:10:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 05:10:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6ada1

dev-python/libsass-python: Remove redundant MY_P

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/libsass-python/libsass-python-0.22.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/libsass-python/libsass-python-0.22.0.ebuild b/dev-python/libsass-python/libsass-python-0.22.0.ebuild
index 895dfea5ba99..939120f5558e 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0.ebuild
@@ -8,7 +8,6 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
-MY_P="libsass-python-${PV}"
 DESCRIPTION="A straightforward binding of libsass for Python"
 HOMEPAGE="
 	https://github.com/sass/libsass-python/
@@ -16,9 +15,8 @@ HOMEPAGE="
 "
 SRC_URI="
 	https://github.com/sass/libsass-python/archive/${PV}.tar.gz
-		-> ${MY_P}.gh.tar.gz
+		-> ${P}.gh.tar.gz
 "
-S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/
@ 2022-11-15  5:57 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2022-11-15  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d102abe028aad19d4f3fb10b627b7005b2e117c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 05:50:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 05:57:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d102abe0

dev-python/libsass-python: Remove insane CC opts again

Bug: https://bugs.gentoo.org/881339
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{libsass-python-0.22.0.ebuild => libsass-python-0.22.0-r1.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/libsass-python/libsass-python-0.22.0.ebuild b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
similarity index 88%
rename from dev-python/libsass-python/libsass-python-0.22.0.ebuild
rename to dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
index 939120f5558e..6365fb9fef85 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
@@ -41,6 +41,9 @@ src_prepare() {
 	echo "${PV}" > .libsass-upstream-version || die
 	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() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/
@ 2023-01-21 17:09 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-01-21 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     10a57ff1e94d161290d7474ffedf57bc47e5a776
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 17:09:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 17:09:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a57ff1

dev-python/libsass-python: Stabilize 0.22.0-r1 x86, #886391

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
index 0a8dc4e6e9fc..5a1915aeb7d6 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="
 	>=dev-libs/libsass-3.6.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/
@ 2023-03-31 11:40 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-03-31 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f8b0bc80e82a07f1010b071109644185a7fe5839
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 11:39:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 11:39:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b0bc80

dev-python/libsass-python: Stabilize 0.22.0-r1 amd64, #886391

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
index 5a1915aeb7d6..29e66f31851b 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	>=dev-libs/libsass-3.6.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/
@ 2023-03-31 12:19 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2023-03-31 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6e55df8c36170570012dad489b86a2b0c1965a7f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 12:11:01 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 12:19:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55df8c

dev-python/libsass-python: Add MY_P prior to rename

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
index 29e66f31851b..9983462bd91a 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
@@ -8,6 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
+MY_P=libsass-python-${PV}
 DESCRIPTION="A straightforward binding of libsass for Python"
 HOMEPAGE="
 	https://github.com/sass/libsass-python/
@@ -15,8 +16,9 @@ HOMEPAGE="
 "
 SRC_URI="
 	https://github.com/sass/libsass-python/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
+		-> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/
@ 2023-03-31 12:19 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2023-03-31 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5770e65f5a32d3455cd6d9cf581133cdae65f350
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 12:09:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 12:19:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5770e65f

dev-python/libsass-python: Add GH remote-id

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/libsass-python/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/libsass-python/metadata.xml b/dev-python/libsass-python/metadata.xml
index 0c2334d8a4a5..4e80ccda26d2 100644
--- a/dev-python/libsass-python/metadata.xml
+++ b/dev-python/libsass-python/metadata.xml
@@ -10,6 +10,7 @@
 		<name>Python</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">sass/libsass-python</remote-id>
 		<remote-id type="pypi">libsass</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-31 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 12:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-03-31 12:19 Michał Górny
2023-03-31 11:40 Arthur Zamarin
2023-01-21 17:09 Arthur Zamarin
2022-11-15  5:57 Michał Górny
2022-11-14  5:12 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox