public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2019-03-11 20:12 Rick Farina
  0 siblings, 0 replies; 9+ messages in thread
From: Rick Farina @ 2019-03-11 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     13b1d08189d720d4dc968997bba08c76a635bbd7
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 20:11:19 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 20:12:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b1d081

dev-python/simplekml: add python3_7

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

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

diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.1.ebuild
index a082887aa25..ac624e96a05 100644
--- a/dev-python/simplekml/simplekml-1.3.1.ebuild
+++ b/dev-python/simplekml/simplekml-1.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="enables you to generate KML with as little effort as possible"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2019-03-11 20:12 Rick Farina
  0 siblings, 0 replies; 9+ messages in thread
From: Rick Farina @ 2019-03-11 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     dce536bbc1d9f7e5851abdc26abe9260a4adcde0
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 20:06:06 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 20:12:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce536bb

dev-python/simplekml: initial commit

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-python/simplekml/Manifest               |  1 +
 dev-python/simplekml/metadata.xml           | 16 ++++++++++++++++
 dev-python/simplekml/simplekml-1.3.1.ebuild | 21 +++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest
new file mode 100644
index 00000000000..e726ea5a987
--- /dev/null
+++ b/dev-python/simplekml/Manifest
@@ -0,0 +1 @@
+DIST simplekml-1.3.1.tar.gz 37070 BLAKE2B 33d4c9bb7d77f80dd65901dc1f1f0d1f1586b6a800ac63a011b398d8bc13591b50e21d3e0ba36ff6f3b728ccf355fb021225a63846f4784b2b52d59526045154 SHA512 a72d378b44ccbe5f597f100784f3e802255c9a47216132f6ad13e594a2fb70058224428df5b7450ad7e498b9cfbfd846191d30dae225169957ea35659dd0968a

diff --git a/dev-python/simplekml/metadata.xml b/dev-python/simplekml/metadata.xml
new file mode 100644
index 00000000000..efb80665c0e
--- /dev/null
+++ b/dev-python/simplekml/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>zerochaos@gentoo.org</email>
+    <name>Rick Farina</name>
+    <description>Python team can take the package if they wish.</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">simplekml</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.1.ebuild
new file mode 100644
index 00000000000..a082887aa25
--- /dev/null
+++ b/dev-python/simplekml/simplekml-1.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="enables you to generate KML with as little effort as possible"
+HOMEPAGE="https://pypi.org/project/simplekml/"
+#SRC_URI="https://files.pythonhosted.org/packages/62/88/feeb5ac5ae528c81daed9fe9864ec42496b80ffbcf83ac60bb6feb5b7f80/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2020-02-06  6:18 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-02-06  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4a2545f1df44cd1caef8a829cbddc7f727679db1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 06:01:27 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 06:16:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2545f1

dev-python/simplekml: Remove py2

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

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

diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.1.ebuild
index ac624e96a05..e4c0b7a057b 100644
--- a/dev-python/simplekml/simplekml-1.3.1.ebuild
+++ b/dev-python/simplekml/simplekml-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="enables you to generate KML with as little effort as possible"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2020-12-07 16:48 Rick Farina
  0 siblings, 0 replies; 9+ messages in thread
From: Rick Farina @ 2020-12-07 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     14341f7b6b34292d2c06fa532fe5b6495f4b13e9
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 16:47:52 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 16:48:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14341f7b

dev-python/simplekml: bump

python bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-python/simplekml/Manifest                                           | 2 +-
 dev-python/simplekml/{simplekml-1.3.1.ebuild => simplekml-1.3.5.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest
index e726ea5a987..ba360198905 100644
--- a/dev-python/simplekml/Manifest
+++ b/dev-python/simplekml/Manifest
@@ -1 +1 @@
-DIST simplekml-1.3.1.tar.gz 37070 BLAKE2B 33d4c9bb7d77f80dd65901dc1f1f0d1f1586b6a800ac63a011b398d8bc13591b50e21d3e0ba36ff6f3b728ccf355fb021225a63846f4784b2b52d59526045154 SHA512 a72d378b44ccbe5f597f100784f3e802255c9a47216132f6ad13e594a2fb70058224428df5b7450ad7e498b9cfbfd846191d30dae225169957ea35659dd0968a
+DIST simplekml-1.3.5.tar.gz 39069 BLAKE2B 3aceacc028618e553cd7c9a9d7d4b9a9223c8942816c193a68e6e6b8ead41b68d6a55a89ae4811ff0eb5d5f167605e8e58686384b5981735569d6db34a1259b9 SHA512 5f9c57b953fa27f533905536c4abfc580098e912d937cdce543ae55fb8da22f31ed84a35a0a0526cfb208c050fb407445ee81ad8cbe4ec823c8d896179446182

diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild
similarity index 93%
rename from dev-python/simplekml/simplekml-1.3.1.ebuild
rename to dev-python/simplekml/simplekml-1.3.5.ebuild
index e4c0b7a057b..3904633ea3f 100644
--- a/dev-python/simplekml/simplekml-1.3.1.ebuild
+++ b/dev-python/simplekml/simplekml-1.3.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="enables you to generate KML with as little effort as possible"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2021-08-21 13:03 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-08-21 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3afffdf3bb8c7a83652c9c089cf64d01cfb68574
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 09:30:25 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 13:03:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afffdf3

dev-python/simplekml: add github upstream metadata

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

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

diff --git a/dev-python/simplekml/metadata.xml b/dev-python/simplekml/metadata.xml
index efb80665c0e..5b03bfb326c 100644
--- a/dev-python/simplekml/metadata.xml
+++ b/dev-python/simplekml/metadata.xml
@@ -12,5 +12,6 @@
   </maintainer>
   <upstream>
     <remote-id type="pypi">simplekml</remote-id>
+    <remote-id type="github">eisoldt/simplekml</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2021-08-21 13:03 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-08-21 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     846058944455f79412554024de1133ea9838d80d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 09:34:06 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 13:03:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84605894

dev-python/simplekml: enable py3.10

tested by running manually the various samples and examples

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

 dev-python/simplekml/simplekml-1.3.5.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-python/simplekml/simplekml-1.3.5.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild
index 73fd0fa063a..83fa66411c6 100644
--- a/dev-python/simplekml/simplekml-1.3.5.ebuild
+++ b/dev-python/simplekml/simplekml-1.3.5.ebuild
@@ -1,21 +1,15 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="enables you to generate KML with as little effort as possible"
 HOMEPAGE="https://pypi.org/project/simplekml/"
-#SRC_URI="https://files.pythonhosted.org/packages/62/88/feeb5ac5ae528c81daed9fe9864ec42496b80ffbcf83ac60bb6feb5b7f80/${P}.tar.gz"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2022-05-10  2:25 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-05-10  2:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f6f518d376132646e7904944857949834626000a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 02:20:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 10 02:25:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f518d3

dev-python/simplekml: add 1.3.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/simplekml/Manifest               |  1 +
 dev-python/simplekml/simplekml-1.3.6.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest
index ba3601989050..6cb1aa8df4cd 100644
--- a/dev-python/simplekml/Manifest
+++ b/dev-python/simplekml/Manifest
@@ -1 +1,2 @@
 DIST simplekml-1.3.5.tar.gz 39069 BLAKE2B 3aceacc028618e553cd7c9a9d7d4b9a9223c8942816c193a68e6e6b8ead41b68d6a55a89ae4811ff0eb5d5f167605e8e58686384b5981735569d6db34a1259b9 SHA512 5f9c57b953fa27f533905536c4abfc580098e912d937cdce543ae55fb8da22f31ed84a35a0a0526cfb208c050fb407445ee81ad8cbe4ec823c8d896179446182
+DIST simplekml-1.3.6.tar.gz 52999 BLAKE2B 6838a82c4459e7d223078dd668814c739e043a1201903f1103dfdb1763e7c8f90e45b9404ba91720683ebeac42597d4a764c92a40a1645bd6c9caeecb003c25e SHA512 0b589559141571f62936ac981c3970e64046169bd5444e1409594dcaf3245c674dfcaa35e607e9870b63b3eb806e5c7cd7a4600924dbb0680a03ff458e58bdef

diff --git a/dev-python/simplekml/simplekml-1.3.6.ebuild b/dev-python/simplekml/simplekml-1.3.6.ebuild
new file mode 100644
index 000000000000..56ce9f1be94c
--- /dev/null
+++ b/dev-python/simplekml/simplekml-1.3.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2019-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="Enables you to generate KML with as little effort as possible"
+HOMEPAGE="https://pypi.org/project/simplekml/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2022-05-16 13:30 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2022-05-16 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0b57e8bb6b3cd01e241fac059e83b5e85c936a1e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:28:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:28:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57e8bb

dev-python/simplekml: Remove old

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

 dev-python/simplekml/Manifest               |  1 -
 dev-python/simplekml/simplekml-1.3.5.ebuild | 15 ---------------
 2 files changed, 16 deletions(-)

diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest
index 6cb1aa8df4cd..4b868fbd21ae 100644
--- a/dev-python/simplekml/Manifest
+++ b/dev-python/simplekml/Manifest
@@ -1,2 +1 @@
-DIST simplekml-1.3.5.tar.gz 39069 BLAKE2B 3aceacc028618e553cd7c9a9d7d4b9a9223c8942816c193a68e6e6b8ead41b68d6a55a89ae4811ff0eb5d5f167605e8e58686384b5981735569d6db34a1259b9 SHA512 5f9c57b953fa27f533905536c4abfc580098e912d937cdce543ae55fb8da22f31ed84a35a0a0526cfb208c050fb407445ee81ad8cbe4ec823c8d896179446182
 DIST simplekml-1.3.6.tar.gz 52999 BLAKE2B 6838a82c4459e7d223078dd668814c739e043a1201903f1103dfdb1763e7c8f90e45b9404ba91720683ebeac42597d4a764c92a40a1645bd6c9caeecb003c25e SHA512 0b589559141571f62936ac981c3970e64046169bd5444e1409594dcaf3245c674dfcaa35e607e9870b63b3eb806e5c7cd7a4600924dbb0680a03ff458e58bdef

diff --git a/dev-python/simplekml/simplekml-1.3.5.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild
deleted file mode 100644
index 83fa66411c64..000000000000
--- a/dev-python/simplekml/simplekml-1.3.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2019-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="enables you to generate KML with as little effort as possible"
-HOMEPAGE="https://pypi.org/project/simplekml/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/
@ 2023-08-19 22:40 Rick Farina
  0 siblings, 0 replies; 9+ messages in thread
From: Rick Farina @ 2023-08-19 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     67b27784814f3327cc2fa58eb48d0ab823451ae3
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:28:32 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:40:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b27784

dev-python/simplekml: enable py3.11, py3.12

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

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

diff --git a/dev-python/simplekml/simplekml-1.3.6.ebuild b/dev-python/simplekml/simplekml-1.3.6.ebuild
index 0896bdfaa2a9..a022f1c8ea54 100644
--- a/dev-python/simplekml/simplekml-1.3.6.ebuild
+++ b/dev-python/simplekml/simplekml-1.3.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..12} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Enables you to generate KML with as little effort as possible"


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

end of thread, other threads:[~2023-08-19 22:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06  6:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-08-19 22:40 Rick Farina
2022-05-16 13:30 Michał Górny
2022-05-10  2:25 Sam James
2021-08-21 13:03 Arthur Zamarin
2021-08-21 13:03 Arthur Zamarin
2020-12-07 16:48 Rick Farina
2019-03-11 20:12 Rick Farina
2019-03-11 20:12 Rick Farina

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