public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-06-21  5:49 Zac Medico
  0 siblings, 0 replies; 14+ messages in thread
From: Zac Medico @ 2021-06-21  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cbab1179819cb9be15cfe9aa4c28f5205e5a1ddd
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 05:41:11 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 05:46:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbab1179

dev-python/leather: Initial import

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/leather/Manifest             |  1 +
 dev-python/leather/leather-0.3.3.ebuild | 17 +++++++++++++++++
 dev-python/leather/metadata.xml         | 13 +++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest
new file mode 100644
index 00000000000..0d3da570b05
--- /dev/null
+++ b/dev-python/leather/Manifest
@@ -0,0 +1 @@
+DIST leather-0.3.3.tar.gz 18391 BLAKE2B 0a81343251fcdea85873fea023e1d709a385b268c2900642764c1a0ae6abfa84d9dece0ef67ae152b716c93c1bdaf9671f8c5df8cf5605694af48e8f3552437a SHA512 3387353d4da129fa3601799efe8742aea08f94579caab7a5a05175ff7ad50a815fc7ca4aee5d1c390027bda3a9bf1ecd1ed5167575386a7a58f56625f5165350

diff --git a/dev-python/leather/leather-0.3.3.ebuild b/dev-python/leather/leather-0.3.3.ebuild
new file mode 100644
index 00000000000..75f88737327
--- /dev/null
+++ b/dev-python/leather/leather-0.3.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python charting for 80% of humans."
+HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]"

diff --git a/dev-python/leather/metadata.xml b/dev-python/leather/metadata.xml
new file mode 100644
index 00000000000..2b9e7e0da02
--- /dev/null
+++ b/dev-python/leather/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zmedico@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/wireservice/leather/issues</bugs-to>
+		<changelog>https://github.com/wireservice/leather/commits/master</changelog>
+		<remote-id type="pypi">leather</remote-id>
+		<remote-id type="github">wireservice/leather</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-06-21  6:36 Zac Medico
  0 siblings, 0 replies; 14+ messages in thread
From: Zac Medico @ 2021-06-21  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     306cd59b1726878fc6ece8b23dee971eb7994a62
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:36:02 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:36:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306cd59b

dev-python/leather: Remove test from IUSE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/leather/leather-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/leather/leather-0.3.3.ebuild b/dev-python/leather/leather-0.3.3.ebuild
index 75f88737327..64dd2f6e282 100644
--- a/dev-python/leather/leather-0.3.3.ebuild
+++ b/dev-python/leather/leather-0.3.3.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
+IUSE=""
 RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-06-21 22:59 Zac Medico
  0 siblings, 0 replies; 14+ messages in thread
From: Zac Medico @ 2021-06-21 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     42b042c058fe9c78cb79c6a0341e3225e8d6750e
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 22:07:02 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 22:59:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b042c0

dev-python/leather: 0.3.3-r1 revbump for lxml test-against dependency

Bug: https://bugs.gentoo.org/797397
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../leather/{leather-0.3.3.ebuild => leather-0.3.3-r1.ebuild}  | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-python/leather/leather-0.3.3.ebuild b/dev-python/leather/leather-0.3.3-r1.ebuild
similarity index 65%
rename from dev-python/leather/leather-0.3.3.ebuild
rename to dev-python/leather/leather-0.3.3-r1.ebuild
index 64dd2f6e282..7339c3ec38f 100644
--- a/dev-python/leather/leather-0.3.3.ebuild
+++ b/dev-python/leather/leather-0.3.3-r1.ebuild
@@ -13,5 +13,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
-RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
+IUSE="+xml"
+
+# Other packages have BDEPEND="test? ( dev-python/leather[xml] )"
+TEST_AGAINST_RDEPEND="xml? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+RDEPEND="
+	${TEST_AGAINST_RDEPEND}
+	>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-06-22  2:58 Zac Medico
  0 siblings, 0 replies; 14+ messages in thread
From: Zac Medico @ 2021-06-22  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     becb775fe9b788197b46beabea8ecf90a006a76d
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 02:53:10 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 02:56:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becb775f

dev-python/leather: Enable unit tests

tests/test_axis.py::TestChart::test_tick_formatter PASSED                                                                                                                              [  1%]
tests/test_axis.py::TestChart::test_ticks PASSED                                                                                                                                       [  2%]
tests/test_chart.py::TestChart::test_add_axes PASSED                                                                                                                                   [  4%]
tests/test_chart.py::TestChart::test_add_scales PASSED                                                                                                                                 [  5%]
tests/test_chart.py::TestChart::test_multiple_series PASSED                                                                                                                            [  7%]
tests/test_chart.py::TestChart::test_scale_domain_warning PASSED                                                                                                                       [  8%]
tests/test_chart.py::TestChart::test_set_axes PASSED                                                                                                                                   [ 10%]
tests/test_chart.py::TestChart::test_set_scales PASSED                                                                                                                                 [ 11%]
tests/test_chart.py::TestChart::test_single_series PASSED                                                                                                                              [ 12%]
tests/test_chart.py::TestChart::test_to_svg_file_handle PASSED                                                                                                                         [ 14%]
tests/test_chart.py::TestChart::test_to_svg_file_name PASSED                                                                                                                           [ 15%]
tests/test_chart.py::TestChart::test_unicode PASSED                                                                                                                                    [ 17%]
tests/test_grid.py::TestGrid::test_add_many PASSED                                                                                                                                     [ 18%]
tests/test_grid.py::TestGrid::test_add_one PASSED                                                                                                                                      [ 20%]
tests/test_grid.py::TestGrid::test_to_svg_file_handle PASSED                                                                                                                           [ 21%]
tests/test_grid.py::TestGrid::test_to_svg_file_name PASSED                                                                                                                             [ 22%]
tests/test_lattice.py::TestLattice::test_add_many PASSED                                                                                                                               [ 24%]
tests/test_lattice.py::TestLattice::test_add_one PASSED                                                                                                                                [ 25%]
tests/test_lattice.py::TestLattice::test_bars PASSED                                                                                                                                   [ 27%]
tests/test_lattice.py::TestLattice::test_bars_different PASSED                                                                                                                         [ 28%]
tests/test_scales.py::TestLinear::test_contains PASSED                                                                                                                                 [ 30%]
tests/test_scales.py::TestLinear::test_decimal PASSED                                                                                                                                  [ 31%]
tests/test_scales.py::TestLinear::test_no_spread PASSED                                                                                                                                [ 32%]
tests/test_scales.py::TestLinear::test_project PASSED                                                                                                                                  [ 34%]
tests/test_scales.py::TestLinear::test_ticks PASSED                                                                                                                                    [ 35%]
tests/test_scales.py::TestOrdinal::test_contains PASSED                                                                                                                                [ 37%]
tests/test_scales.py::TestOrdinal::test_project PASSED                                                                                                                                 [ 38%]
tests/test_scales.py::TestOrdinal::test_project_interval PASSED                                                                                                                        [ 40%]
tests/test_scales.py::TestOrdinal::test_ticks PASSED                                                                                                                                   [ 41%]
tests/test_scales.py::TestTemporal::test_contains PASSED                                                                                                                               [ 42%]
tests/test_scales.py::TestTemporal::test_project PASSED                                                                                                                                [ 44%]
tests/test_scales.py::TestTemporal::test_project_interval PASSED                                                                                                                       [ 45%]
tests/test_scales.py::TestTemporal::test_ticks PASSED                                                                                                                                  [ 47%]
tests/test_series.py::TestSeries::test_custom PASSED                                                                                                                                   [ 48%]
tests/test_series.py::TestSeries::test_dicts PASSED                                                                                                                                    [ 50%]
tests/test_series.py::TestSeries::test_lists PASSED                                                                                                                                    [ 51%]
tests/test_series.py::TestSeries::test_pairs PASSED                                                                                                                                    [ 52%]
tests/test_series.py::TestCategorySeries::test_triples PASSED                                                                                                                          [ 54%]
tests/test_shapes.py::TestBars::test_nulls PASSED                                                                                                                                      [ 55%]
tests/test_shapes.py::TestBars::test_to_svg PASSED                                                                                                                                     [ 57%]
tests/test_shapes.py::TestBars::test_validate PASSED                                                                                                                                   [ 58%]
tests/test_shapes.py::TestBars::test_zeros PASSED                                                                                                                                      [ 60%]
tests/test_shapes.py::TestColumns::test_nulls PASSED                                                                                                                                   [ 61%]
tests/test_shapes.py::TestColumns::test_to_svg PASSED                                                                                                                                  [ 62%]
tests/test_shapes.py::TestColumns::test_validate PASSED                                                                                                                                [ 64%]
tests/test_shapes.py::TestDots::test_linear PASSED                                                                                                                                     [ 65%]
tests/test_shapes.py::TestDots::test_nulls PASSED                                                                                                                                      [ 67%]
tests/test_shapes.py::TestDots::test_ordinal PASSED                                                                                                                                    [ 68%]
tests/test_shapes.py::TestDots::test_validate PASSED                                                                                                                                   [ 70%]
tests/test_shapes.py::TestLine::test_linear PASSED                                                                                                                                     [ 71%]
tests/test_shapes.py::TestLine::test_nulls PASSED                                                                                                                                      [ 72%]
tests/test_shapes.py::TestLine::test_ordinal PASSED                                                                                                                                    [ 74%]
tests/test_shapes.py::TestLine::test_validate PASSED                                                                                                                                   [ 75%]
tests/test_ticks.py::TestScoreTicker::test_years PASSED                                                                                                                                [ 77%]
tests/test_ticks.py::TestScoreTimeTicker::test_days PASSED                                                                                                                             [ 78%]
tests/test_ticks.py::TestScoreTimeTicker::test_days_datetime PASSED                                                                                                                    [ 80%]
tests/test_ticks.py::TestScoreTimeTicker::test_days_for_months PASSED                                                                                                                  [ 81%]
tests/test_ticks.py::TestScoreTimeTicker::test_hours PASSED                                                                                                                            [ 82%]
tests/test_ticks.py::TestScoreTimeTicker::test_hours_for_days PASSED                                                                                                                   [ 84%]
tests/test_ticks.py::TestScoreTimeTicker::test_microseconds PASSED                                                                                                                     [ 85%]
tests/test_ticks.py::TestScoreTimeTicker::test_microseconds_for_seconds PASSED                                                                                                         [ 87%]
tests/test_ticks.py::TestScoreTimeTicker::test_minutes PASSED                                                                                                                          [ 88%]
tests/test_ticks.py::TestScoreTimeTicker::test_minutes_for_hours PASSED                                                                                                                [ 90%]
tests/test_ticks.py::TestScoreTimeTicker::test_months PASSED                                                                                                                           [ 91%]
tests/test_ticks.py::TestScoreTimeTicker::test_months_datetime PASSED                                                                                                                  [ 92%]
tests/test_ticks.py::TestScoreTimeTicker::test_months_for_years PASSED                                                                                                                 [ 94%]
tests/test_ticks.py::TestScoreTimeTicker::test_seconds PASSED                                                                                                                          [ 95%]
tests/test_ticks.py::TestScoreTimeTicker::test_seconds_for_minutes PASSED                                                                                                              [ 97%]
tests/test_ticks.py::TestScoreTimeTicker::test_years PASSED                                                                                                                            [ 98%]
tests/test_ticks.py::TestScoreTimeTicker::test_years_datetime PASSED                                                                                                                   [100%]

Reported-py: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://bugs.gentoo.org/797313
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/leather/Manifest                | 1 +
 dev-python/leather/leather-0.3.3-r1.ebuild | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest
index 0d3da570b05..5df59075e1e 100644
--- a/dev-python/leather/Manifest
+++ b/dev-python/leather/Manifest
@@ -1 +1,2 @@
+DIST leather-0.3.3-src.tar.gz 40522 BLAKE2B 3c7e6a48615751b310b7f066f2a78a2494e00256cae2ebfb4633c9389cca2477c2265fcf8c68f37733568ef729db1a5daf02ddc640bf2a60f2b39127c9a38d91 SHA512 30ea50ac6f97c55ee695b0e175a27e1e64fd17da7b0686ca8595fe0e5067932e19e59368fe6441f8f291ec52be3e597a80f8e04a3fcc0eeae33b3a5b3030e1d6
 DIST leather-0.3.3.tar.gz 18391 BLAKE2B 0a81343251fcdea85873fea023e1d709a385b268c2900642764c1a0ae6abfa84d9dece0ef67ae152b716c93c1bdaf9671f8c5df8cf5605694af48e8f3552437a SHA512 3387353d4da129fa3601799efe8742aea08f94579caab7a5a05175ff7ad50a815fc7ca4aee5d1c390027bda3a9bf1ecd1ed5167575386a7a58f56625f5165350

diff --git a/dev-python/leather/leather-0.3.3-r1.ebuild b/dev-python/leather/leather-0.3.3-r1.ebuild
index 7339c3ec38f..8677a80398d 100644
--- a/dev-python/leather/leather-0.3.3-r1.ebuild
+++ b/dev-python/leather/leather-0.3.3-r1.ebuild
@@ -9,11 +9,13 @@ inherit distutils-r1
 
 DESCRIPTION="Python charting for 80% of humans."
 HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+	test? ( https://github.com/wireservice/leather/archive/refs/tags/${PV}.tar.gz -> ${P}-src.tar.gz ) "
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+xml"
+IUSE="test +xml"
+RESTRICT="!test? ( test )"
 
 # Other packages have BDEPEND="test? ( dev-python/leather[xml] )"
 TEST_AGAINST_RDEPEND="xml? ( dev-python/lxml[${PYTHON_USEDEP}] )"
@@ -21,3 +23,5 @@ RDEPEND="
 	${TEST_AGAINST_RDEPEND}
 	>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
 "
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-06-22 19:00 Zac Medico
  0 siblings, 0 replies; 14+ messages in thread
From: Zac Medico @ 2021-06-22 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a09c0894b698887264ee0cf2b21555c290084c5f
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 18:22:59 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:58:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09c0894

dev-python/leather: 0.3.3-r2 revbump to add cssselect dep

Closes: https://bugs.gentoo.org/797451
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/leather/Manifest                        |  1 -
 ...her-0.3.3-r1.ebuild => leather-0.3.3-r2.ebuild} | 22 ++++++++++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest
index 5df59075e1e..1499dbaab74 100644
--- a/dev-python/leather/Manifest
+++ b/dev-python/leather/Manifest
@@ -1,2 +1 @@
 DIST leather-0.3.3-src.tar.gz 40522 BLAKE2B 3c7e6a48615751b310b7f066f2a78a2494e00256cae2ebfb4633c9389cca2477c2265fcf8c68f37733568ef729db1a5daf02ddc640bf2a60f2b39127c9a38d91 SHA512 30ea50ac6f97c55ee695b0e175a27e1e64fd17da7b0686ca8595fe0e5067932e19e59368fe6441f8f291ec52be3e597a80f8e04a3fcc0eeae33b3a5b3030e1d6
-DIST leather-0.3.3.tar.gz 18391 BLAKE2B 0a81343251fcdea85873fea023e1d709a385b268c2900642764c1a0ae6abfa84d9dece0ef67ae152b716c93c1bdaf9671f8c5df8cf5605694af48e8f3552437a SHA512 3387353d4da129fa3601799efe8742aea08f94579caab7a5a05175ff7ad50a815fc7ca4aee5d1c390027bda3a9bf1ecd1ed5167575386a7a58f56625f5165350

diff --git a/dev-python/leather/leather-0.3.3-r1.ebuild b/dev-python/leather/leather-0.3.3-r2.ebuild
similarity index 54%
rename from dev-python/leather/leather-0.3.3-r1.ebuild
rename to dev-python/leather/leather-0.3.3-r2.ebuild
index 8677a80398d..c792bf43f78 100644
--- a/dev-python/leather/leather-0.3.3-r1.ebuild
+++ b/dev-python/leather/leather-0.3.3-r2.ebuild
@@ -9,8 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python charting for 80% of humans."
 HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-	test? ( https://github.com/wireservice/leather/archive/refs/tags/${PV}.tar.gz -> ${P}-src.tar.gz ) "
+SRC_URI="https://github.com/wireservice/leather/archive/refs/tags/${PV}.tar.gz -> ${P}-src.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -21,7 +20,26 @@ RESTRICT="!test? ( test )"
 TEST_AGAINST_RDEPEND="xml? ( dev-python/lxml[${PYTHON_USEDEP}] )"
 RDEPEND="
 	${TEST_AGAINST_RDEPEND}
+	>=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}]
 	>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
+
+python_prepare_all() {
+	local requirements_files sed_args
+
+	sed_args=(
+		-e '/coverage/d'
+		-e '/lxml/d' # lxml is required only when leather is used as a test dependency
+		-e '/nose/d'
+		-e '/tox/d'
+		-e '/Sphinx/d'
+		-e '/sphinx_rtd_theme/d'
+		-e '/unittest2/d'
+	)
+
+	requirements_files+=(requirements*.txt)
+	sed "${sed_args[@]}" -i "${requirements_files[@]}" || die
+	distutils-r1_python_prepare_all
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-08-02  8:17 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2021-08-02  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     703754dea3edc83c37f375e079c007d7357b9cb0
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 16:45:59 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 08:16:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703754de

dev-python/leather: enable doc generation

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/leather/leather-0.3.3-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/leather/leather-0.3.3-r2.ebuild b/dev-python/leather/leather-0.3.3-r2.ebuild
index 1792a5e19c7..e2397fc3ccf 100644
--- a/dev-python/leather/leather-0.3.3-r2.ebuild
+++ b/dev-python/leather/leather-0.3.3-r2.ebuild
@@ -29,6 +29,8 @@ PATCHES=(
 )
 
 distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/sphinx_rtd_theme
 
 python_prepare_all() {
 	local requirements_files sed_args


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-08-02  8:17 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2021-08-02  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     41c3072902bdd13c38a91fc0636d37bbd1bc1b4f
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 17:59:26 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 08:16:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c30729

dev-python/leather: mark ALLARCHES

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-python/leather/metadata.xml b/dev-python/leather/metadata.xml
index 2b9e7e0da02..a4cf6d4537d 100644
--- a/dev-python/leather/metadata.xml
+++ b/dev-python/leather/metadata.xml
@@ -4,6 +4,7 @@
 	<maintainer type="person">
 		<email>zmedico@gentoo.org</email>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<bugs-to>https://github.com/wireservice/leather/issues</bugs-to>
 		<changelog>https://github.com/wireservice/leather/commits/master</changelog>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2021-10-09  6:34 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2021-10-09  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a787ba66b1842334bbf9cf20ea9c27142c31fd0f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  8 19:42:48 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 06:34:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a787ba66

dev-python/leather: add 0.3.4

- use IUSE="test" for test dependencies
- remove useless sed block (those requirements files are used only
  for CI.
- use cleaner URL to download from github

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

 dev-python/leather/Manifest             |  1 +
 dev-python/leather/leather-0.3.4.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest
index 1499dbaab74..c91e23b5c9f 100644
--- a/dev-python/leather/Manifest
+++ b/dev-python/leather/Manifest
@@ -1 +1,2 @@
 DIST leather-0.3.3-src.tar.gz 40522 BLAKE2B 3c7e6a48615751b310b7f066f2a78a2494e00256cae2ebfb4633c9389cca2477c2265fcf8c68f37733568ef729db1a5daf02ddc640bf2a60f2b39127c9a38d91 SHA512 30ea50ac6f97c55ee695b0e175a27e1e64fd17da7b0686ca8595fe0e5067932e19e59368fe6441f8f291ec52be3e597a80f8e04a3fcc0eeae33b3a5b3030e1d6
+DIST leather-0.3.4.gh.tar.gz 41368 BLAKE2B a1181da5904234677290134726da33a71e0f37e6f0161beb0ec7a73efca1b2b26e973221f2f42b72fd2640ef503a8adc905273885deef212ee9d1aae6d91f804 SHA512 0547adf5d455afe9397cf9c597cc7edbcdbe25bb56e32d764c67119bfe1329d959834f2a41720adb51ec926065e044feb27f7a5e3f800c8636a22d4f96752212

diff --git a/dev-python/leather/leather-0.3.4.ebuild b/dev-python/leather/leather-0.3.4.ebuild
new file mode 100644
index 00000000000..0b16ba2fc74
--- /dev/null
+++ b/dev-python/leather/leather-0.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python charting for 80% of humans"
+HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
+SRC_URI="https://github.com/wireservice/leather/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/cssselect[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/sphinx_rtd_theme


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2022-03-28 22:48 Zac Medico
  0 siblings, 0 replies; 14+ messages in thread
From: Zac Medico @ 2022-03-28 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d97402b9a40aa27d5c74c2389786ad94f9ae0dc6
Author:     Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 28 14:59:48 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 22:48:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97402b9

dev-python/leather: keyword 0.3.4 for ~riscv

Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/leather/leather-0.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/leather/leather-0.3.4.ebuild b/dev-python/leather/leather-0.3.4.ebuild
index 0b16ba2fc747..1766784895a1 100644
--- a/dev-python/leather/leather-0.3.4.ebuild
+++ b/dev-python/leather/leather-0.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/wireservice/leather/archive/${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
 	dev-python/cssselect[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2022-07-16 10:41 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-07-16 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7c10641f93c4d4bef6588c2233d6c3720f23bcb0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 10:37:42 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 10:40:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c10641f

dev-python/leather: enable py3.11

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

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

diff --git a/dev-python/leather/leather-0.3.4-r1.ebuild b/dev-python/leather/leather-0.3.4-r1.ebuild
index 50d619012db8..b6c36fdb5f67 100644
--- a/dev-python/leather/leather-0.3.4-r1.ebuild
+++ b/dev-python/leather/leather-0.3.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2022-07-16 10:41 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-07-16 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a95dacdfe88772197375f1af44220b69c25c3b00
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 10:36:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 10:40:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95dacdf

dev-python/leather: Use PEP517

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

 dev-python/leather/leather-0.3.4-r1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/leather/leather-0.3.4-r1.ebuild b/dev-python/leather/leather-0.3.4-r1.ebuild
new file mode 100644
index 000000000000..50d619012db8
--- /dev/null
+++ b/dev-python/leather/leather-0.3.4-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python charting for 80% of humans"
+HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
+SRC_URI="https://github.com/wireservice/leather/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+	dev-python/cssselect[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/sphinx_rtd_theme


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2023-06-03  8:50 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2023-06-03  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     61286e7ec6cb061c3d4ddccac8f446ef16866a4f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 08:46:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 08:49:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61286e7e

dev-python/leather: Enable py3.12

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

 dev-python/leather/leather-0.3.4-r1.ebuild | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-python/leather/leather-0.3.4-r1.ebuild b/dev-python/leather/leather-0.3.4-r1.ebuild
index 8d7d673ac3b5..6008524a98e6 100644
--- a/dev-python/leather/leather-0.3.4-r1.ebuild
+++ b/dev-python/leather/leather-0.3.4-r1.ebuild
@@ -4,13 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python charting for 80% of humans"
-HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
-SRC_URI="https://github.com/wireservice/leather/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+	https://github.com/wireservice/leather/
+	https://pypi.org/project/leather/
+"
+SRC_URI="
+	https://github.com/wireservice/leather/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"
@@ -20,7 +26,11 @@ RDEPEND="
 	dev-python/cssselect[${PYTHON_USEDEP}]
 	dev-python/six[${PYTHON_USEDEP}]
 "
-BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+BDEPEND="
+	test? (
+		dev-python/lxml[${PYTHON_USEDEP}]
+	)
+"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2024-02-24  8:49 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-02-24  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d8b86dc0f628911b7f6d04d30bfd148dc381d150
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 06:33:25 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:49:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b86dc0

dev-python/leather: Bump to 0.4.0

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

 dev-python/leather/Manifest             |  1 +
 dev-python/leather/leather-0.4.0.ebuild | 34 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest
index e5864e33e632..998db848fd52 100644
--- a/dev-python/leather/Manifest
+++ b/dev-python/leather/Manifest
@@ -1 +1,2 @@
 DIST leather-0.3.4.gh.tar.gz 41368 BLAKE2B a1181da5904234677290134726da33a71e0f37e6f0161beb0ec7a73efca1b2b26e973221f2f42b72fd2640ef503a8adc905273885deef212ee9d1aae6d91f804 SHA512 0547adf5d455afe9397cf9c597cc7edbcdbe25bb56e32d764c67119bfe1329d959834f2a41720adb51ec926065e044feb27f7a5e3f800c8636a22d4f96752212
+DIST leather-0.4.0.gh.tar.gz 41100 BLAKE2B fdba2a55f631b783095af37ed944c388865d2ffe9e9ddc943ab4ce4bb6718135fa459d21f28f914fa16bbdde96ec4773e689feece6eddda894683572bf8bae2b SHA512 04341b5806484482374514c0efe47550b7b0ea1106bbebaa8b221366b8d4e36ef555e5dcb93227a97191d4fc7ba3483966db74bd51f25c7f08f4d1e9a08f0caf

diff --git a/dev-python/leather/leather-0.4.0.ebuild b/dev-python/leather/leather-0.4.0.ebuild
new file mode 100644
index 000000000000..5d92cba06136
--- /dev/null
+++ b/dev-python/leather/leather-0.4.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python charting for 80% of humans"
+HOMEPAGE="
+	https://github.com/wireservice/leather/
+	https://pypi.org/project/leather/
+"
+SRC_URI="
+	https://github.com/wireservice/leather/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~arm64-macos ~x64-macos"
+
+BDEPEND="
+	test? (
+		>=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}]
+		>=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/furo


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/
@ 2024-05-28  7:40 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-05-28  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     084cc1c7d7bd67ed38c7855e9d8db0f51c943cf7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:30:07 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 07:40:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084cc1c7

dev-python/leather: Enable py3.13

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

 dev-python/leather/leather-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/leather/leather-0.4.0.ebuild b/dev-python/leather/leather-0.4.0.ebuild
index 5d92cba06136..83ee4f5f4a5e 100644
--- a/dev-python/leather/leather-0.4.0.ebuild
+++ b/dev-python/leather/leather-0.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 


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

end of thread, other threads:[~2024-05-28  7:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-21 22:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/leather/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28  7:40 Michał Górny
2024-02-24  8:49 Michał Górny
2023-06-03  8:50 Michał Górny
2022-07-16 10:41 Arthur Zamarin
2022-07-16 10:41 Arthur Zamarin
2022-03-28 22:48 Zac Medico
2021-10-09  6:34 Arthur Zamarin
2021-08-02  8:17 Michał Górny
2021-08-02  8:17 Michał Górny
2021-06-22 19:00 Zac Medico
2021-06-22  2:58 Zac Medico
2021-06-21  6:36 Zac Medico
2021-06-21  5:49 Zac Medico

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