* [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/
@ 2021-11-08 13:02 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-11-08 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 4fa495e8fe4096a8de3e61fcab556bd2ff0c35e3
Author: Yahor Berdnikau <egorr.berd <AT> gmail <DOT> com>
AuthorDate: Sat Nov 6 20:09:22 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 20:41:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fa495e8
Add dev-python/digitalocean ebuilds.
This package provides python binding to Digitalocean API.
Signed-off-by: Yahor Berdnikau <egorr.berd <AT> gmail.com>
dev-python/digitalocean/Manifest | 5 +++++
dev-python/digitalocean/digitalocean-1.16.0.ebuild | 23 ++++++++++++++++++++++
dev-python/digitalocean/digitalocean-1.17.0.ebuild | 23 ++++++++++++++++++++++
dev-python/digitalocean/metadata.xml | 11 +++++++++++
4 files changed, 62 insertions(+)
diff --git a/dev-python/digitalocean/Manifest b/dev-python/digitalocean/Manifest
new file mode 100644
index 000000000..21fb4b4ec
--- /dev/null
+++ b/dev-python/digitalocean/Manifest
@@ -0,0 +1,5 @@
+DIST digitalocean-1.16.0.tar.gz 59077 BLAKE2B b44c045716967a192b4e79d562bd7af8af2ed3a0d6ea54490f2e15195c84476f25a661c80b5f1beda54e724a4177083a5d04682ca96855637cf626cd3397df17 SHA512 110614aeb33e2dab0564b4569058233916626d50da14d42f9702c9275f13442dccb7b77829b2dc8e97e8bbbd53d094116cebe9b3aedad920d2b0c156a5680bf7
+DIST digitalocean-1.17.0.tar.gz 60261 BLAKE2B 1a3b8ffe955fdea616420d67e9cd1b07d81d3395d673770333b150a8044f6f93d16ab6ec93d0d5efb7579a2bd7fde57c394bc3fc3e58ad02db230f5bd48006bb SHA512 3b5f5adb5fac9693450954e568433cecb43152d4cb2b5709126dc7c69c6b84f19428dcd3688718588a986d3ea9170a956387f3050cd10a69ba89d5dcdf8e100c
+EBUILD digitalocean-1.16.0.ebuild 588 BLAKE2B 36195231660e31422a925749ea27a76e2c3568ee56c2b7d1b6c0d08f99f858c86115997142febb237c413c485448db44017bc094246118444670c4760348c0ab SHA512 06c97757d3d0f0ce4cbca0abc8f307056a46a4f3de6de9bcd5f0827d2f50973e5181bfabae2279bf22c12da2928b2ae37ae9d9fbe20cdd63fc8380814ebbd313
+EBUILD digitalocean-1.17.0.ebuild 588 BLAKE2B 36195231660e31422a925749ea27a76e2c3568ee56c2b7d1b6c0d08f99f858c86115997142febb237c413c485448db44017bc094246118444670c4760348c0ab SHA512 06c97757d3d0f0ce4cbca0abc8f307056a46a4f3de6de9bcd5f0827d2f50973e5181bfabae2279bf22c12da2928b2ae37ae9d9fbe20cdd63fc8380814ebbd313
+MISC metadata.xml 323 BLAKE2B 8b58627d6dc168df96c4758bb9dfbb55863acdcf96cf0a96ad432a02e4af65202d01d3281734cf0b0836db110bc8a677883c9919eeb898c963f7d19b85d44d68 SHA512 11288337cad3ddcda4dddfbc15fbc315b9837c17c1fb52877d1f8b6f403cd8223d94447277f621ff3a2d728c8528a383c002ac4fcb1548f6896aa3443f007176
diff --git a/dev-python/digitalocean/digitalocean-1.16.0.ebuild b/dev-python/digitalocean/digitalocean-1.16.0.ebuild
new file mode 100644
index 000000000..813a208c7
--- /dev/null
+++ b/dev-python/digitalocean/digitalocean-1.16.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Digitalocean API access library"
+HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean"
+SRC_URI="https://github.com/koalalorenzo/python-digitalocean/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/python-digitalocean-${PV}
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/jsonpickle[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/digitalocean/digitalocean-1.17.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0.ebuild
new file mode 100644
index 000000000..813a208c7
--- /dev/null
+++ b/dev-python/digitalocean/digitalocean-1.17.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Digitalocean API access library"
+HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean"
+SRC_URI="https://github.com/koalalorenzo/python-digitalocean/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/python-digitalocean-${PV}
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/jsonpickle[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/digitalocean/metadata.xml b/dev-python/digitalocean/metadata.xml
new file mode 100644
index 000000000..0ded05d5b
--- /dev/null
+++ b/dev-python/digitalocean/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>egorr.berd@gmail.com</email>
+ <name>Yahor Berdnikau</name>
+</maintainer>
+<longdescription lang="en">
+ Digitalocean API library
+</longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/
2021-12-15 10:57 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-12-15 10:57 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 5ed938de4d80462cdc405221e76db93e21cc1909
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 10:57:03 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 10:57:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ed938de
dev-python/digitalocean: drop RedundantLongDescription
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/digitalocean/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/digitalocean/metadata.xml b/dev-python/digitalocean/metadata.xml
index 0ded05d5b..f1206d1af 100644
--- a/dev-python/digitalocean/metadata.xml
+++ b/dev-python/digitalocean/metadata.xml
@@ -5,7 +5,4 @@
<email>egorr.berd@gmail.com</email>
<name>Yahor Berdnikau</name>
</maintainer>
-<longdescription lang="en">
- Digitalocean API library
-</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/
@ 2023-02-14 12:02 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-02-14 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 912dbb8d4bf5cd924cae89c88c7c48aa5f8cc635
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Feb 14 09:46:54 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 09:48:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=912dbb8d
dev-python/digitalocean: add py3.11, PEP517, drop 1.16
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
dev-python/digitalocean/Manifest | 1 -
...ocean-1.16.0.ebuild => digitalocean-1.17.0-r1.ebuild} | 16 ++++++++++------
dev-python/digitalocean/digitalocean-1.17.0.ebuild | 2 +-
dev-python/digitalocean/metadata.xml | 3 +++
4 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/dev-python/digitalocean/Manifest b/dev-python/digitalocean/Manifest
index 717b20791..a3069385e 100644
--- a/dev-python/digitalocean/Manifest
+++ b/dev-python/digitalocean/Manifest
@@ -1,2 +1 @@
-DIST digitalocean-1.16.0.tar.gz 59077 BLAKE2B b44c045716967a192b4e79d562bd7af8af2ed3a0d6ea54490f2e15195c84476f25a661c80b5f1beda54e724a4177083a5d04682ca96855637cf626cd3397df17 SHA512 110614aeb33e2dab0564b4569058233916626d50da14d42f9702c9275f13442dccb7b77829b2dc8e97e8bbbd53d094116cebe9b3aedad920d2b0c156a5680bf7
DIST digitalocean-1.17.0.gh.tar.gz 60261 BLAKE2B 1a3b8ffe955fdea616420d67e9cd1b07d81d3395d673770333b150a8044f6f93d16ab6ec93d0d5efb7579a2bd7fde57c394bc3fc3e58ad02db230f5bd48006bb SHA512 3b5f5adb5fac9693450954e568433cecb43152d4cb2b5709126dc7c69c6b84f19428dcd3688718588a986d3ea9170a956387f3050cd10a69ba89d5dcdf8e100c
diff --git a/dev-python/digitalocean/digitalocean-1.16.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
similarity index 52%
rename from dev-python/digitalocean/digitalocean-1.16.0.ebuild
rename to dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
index 813a208c7..ac7a7f6ad 100644
--- a/dev-python/digitalocean/digitalocean-1.16.0.ebuild
+++ b/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
@@ -1,17 +1,16 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Digitalocean API access library"
HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean"
-SRC_URI="https://github.com/koalalorenzo/python-digitalocean/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/python-digitalocean-${PV}
+SRC_URI="https://github.com/koalalorenzo/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/python-${P}"
LICENSE="LGPL-3"
SLOT="0"
@@ -21,3 +20,8 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/jsonpickle[${PYTHON_USEDEP}]
"
+BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs dev-python/alabaster
+
+distutils_enable_tests pytest
diff --git a/dev-python/digitalocean/digitalocean-1.17.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0.ebuild
index 79cdca88b..69b793aca 100644
--- a/dev-python/digitalocean/digitalocean-1.17.0.ebuild
+++ b/dev-python/digitalocean/digitalocean-1.17.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Digitalocean API access library"
diff --git a/dev-python/digitalocean/metadata.xml b/dev-python/digitalocean/metadata.xml
index f1206d1af..b6df9d379 100644
--- a/dev-python/digitalocean/metadata.xml
+++ b/dev-python/digitalocean/metadata.xml
@@ -5,4 +5,7 @@
<email>egorr.berd@gmail.com</email>
<name>Yahor Berdnikau</name>
</maintainer>
+<upstream>
+ <remote-id type="github">koalalorenzo/python-digitalocean</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/
@ 2024-04-09 11:25 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-04-09 11:25 UTC (permalink / raw
To: gentoo-commits
commit: 1ec120d8cae788a916210cd724fb9e7fcbed7538
Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
AuthorDate: Mon Apr 8 22:43:20 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 8 22:43:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ec120d8
dev-python/digitalocean: drop non-PEP517 1.17.0
Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com>
dev-python/digitalocean/digitalocean-1.17.0.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/dev-python/digitalocean/digitalocean-1.17.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0.ebuild
deleted file mode 100644
index 9d80c2b00c..0000000000
--- a/dev-python/digitalocean/digitalocean-1.17.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Digitalocean API access library"
-HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean"
-SRC_URI="https://github.com/koalalorenzo/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/python-${P}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/jsonpickle[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx docs dev-python/alabaster
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/
2024-04-13 21:31 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-13 22:19 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-04-13 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 05ecd81d2b4a300899159df796fb23f1c4f88208
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 19:54:29 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 19:54:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05ecd81d
dev-python/digitalocean: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild b/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
index 4d9fea2c00..1adcbf673c 100644
--- a/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
+++ b/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Digitalocean API access library"
@@ -24,4 +24,9 @@ BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs dev-python/alabaster
+EPYTEST_DESELECT=(
+ # Needs net
+ digitalocean/tests/test_firewall.py
+)
+
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-13 22:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 11:25 [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 21:31 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-13 22:19 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-02-14 12:02 Florian Schmaus
2021-12-15 10:57 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 10:57 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-11-08 13:02 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox