* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2021-10-25 11:20 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-25 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 922d593b85821c32dbee1586c7bb0b6c9378b215
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 25 10:19:50 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct 25 11:20:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=922d593b
dev-python/XenAPI: EAPI 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
.../XenAPI/{XenAPI-2.14.ebuild => XenAPI-2.14-r1.ebuild} | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-python/XenAPI/XenAPI-2.14.ebuild b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
similarity index 65%
rename from dev-python/XenAPI/XenAPI-2.14.ebuild
rename to dev-python/XenAPI/XenAPI-2.14-r1.ebuild
index 2b61003dd..217c6982d 100644
--- a/dev-python/XenAPI/XenAPI-2.14.ebuild
+++ b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
@@ -1,13 +1,18 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
-HOMEPAGE="http://community.citrix.com/display/xs/Download+SDKs"
+HOMEPAGE="
+ https://xenproject.org/developers/teams/xen-api
+ https://github.com/xapi-project/xen-api
+ https://pypi.org/project/XenAPI
+"
SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2022-04-03 23:49 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-04-03 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 558e5df45f1a83dd66e637770b73f5d2ae381370
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 08:24:44 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 3 23:46:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=558e5df4
dev-python/XenAPI: add 22.14.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/XenAPI/Manifest | 1 +
dev-python/XenAPI/XenAPI-22.14.0.ebuild | 83 +++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
diff --git a/dev-python/XenAPI/Manifest b/dev-python/XenAPI/Manifest
index 430c88992..7f5dd3349 100644
--- a/dev-python/XenAPI/Manifest
+++ b/dev-python/XenAPI/Manifest
@@ -1 +1,2 @@
DIST XenAPI-2.14.tar.gz 5110 BLAKE2B 0391ccfffe8c2a264360eef4057a666e92bcbc8b31e7848f15704fff4d554db9758b1aa0b5210d1bfc41c4df261096b04961a4ff6722a8ea25305971b70f8562 SHA512 a56245b617fa049bcc62ee78e85167e322b632e53d2a6bc3e042e1cb0541ea0004aee4b957f9190c30685cef935f236d980a224322ac593896abd7a31e36abd2
+DIST XenAPI-22.14.0.tar.gz 3124877 BLAKE2B 2b073e0f713b45b51af1e221aa278841c4a5515c72859c7c95601edeb32ec2b8415c11dec86f79a2ab88265d4303675cf9f0432091c884346a25630a503b5244 SHA512 cc048ede21748e6e60b9e432bb68e0754590e3846277c8bf1fa9000916897353db1b5b39bd7120e7d6c894fc859c8a34129824399cfca0a07c5edf937a6e18ec
diff --git a/dev-python/XenAPI/XenAPI-22.14.0.ebuild b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
new file mode 100644
index 000000000..ff82bbb1d
--- /dev/null
+++ b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit bash-completion-r1 distutils-r1 dune pam systemd
+
+DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
+HOMEPAGE="
+ https://xenproject.org/developers/teams/xen-api
+ https://github.com/xapi-project/xen-api
+ https://pypi.org/project/XenAPI
+"
+SRC_URI="https://github.com/xapi-project/xen-api/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/xen-api-${PV}"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="ocamlopt pam python"
+
+RDEPEND="
+ python? ( ${PYTHON_DEPS} )
+
+ dev-libs/xxhash
+ dev-ml/cstruct
+ dev-ml/ezjsonm
+ dev-ml/ezxenstore
+ dev-ml/mtime
+ dev-ml/rpc
+ dev-ml/uuidm
+ dev-ml/xapi-backtrace
+ dev-ml/xapi-stdext
+ dev-ml/xcp-inventory
+ dev-ml/xcp-rrd
+ dev-ml/xen-gnt
+ dev-ml/xenctrl
+ dev-ml/xenstore
+ dev-ml/xenstore-clients
+ dev-ml/xmlm
+"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_compile() {
+ dune_src_compile
+ if use python; then
+ pushd scripts/examples/python || die
+ python_foreach_impl distutil-r1_python_compile
+ popd || die
+ fi
+}
+
+src_install() {
+ for p in *.opam ; do
+ dune_src_install "${p/.opam/}"
+ done
+
+ pushd scripts || die
+ emake install
+ popd || die
+
+ if use python; then
+ pushd scripts/examples/python || die
+ python_foreach_impl distutils-r1_python_install
+ popd || die
+ fi
+
+# newbashcomp scripts/xe-switch-network-backend-bash-completion xe-switch-network-backend
+#
+# insinto /etc/logrotate
+# newins scripts/audit-logrotate audit.conf
+#
+# for s in scripts/*.service ; do
+# systemd_dounit "${s}"
+# done
+#
+# use pam && newpamd scripts/pam.d-xapi xapi
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2022-04-16 18:27 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-04-16 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 18:27:14 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 16 18:27:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62b4e2bd
dev-python/XenAPI: depend on ounit2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/XenAPI/XenAPI-22.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/XenAPI/XenAPI-22.14.0.ebuild b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
index 4097ba38b..4f066b041 100644
--- a/dev-python/XenAPI/XenAPI-22.14.0.ebuild
+++ b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
@@ -101,7 +101,7 @@ DEPEND="
${RDEPEND}
test? (
dev-ml/mirage-crypto[rng]
- >=dev-ml/ounit-2
+ dev-ml/ounit2
dev-ml/qcheck
)
"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2022-04-20 21:57 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-04-20 21:57 UTC (permalink / raw
To: gentoo-commits
commit: ba834b74af38d430e2ba566f3fb823925f4b8fea
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:50:45 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 21:56:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba834b74
dev-python/XenAPI: drop 22.14.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/XenAPI/Manifest | 1 -
dev-python/XenAPI/XenAPI-22.14.0.ebuild | 146 --------------------------------
2 files changed, 147 deletions(-)
diff --git a/dev-python/XenAPI/Manifest b/dev-python/XenAPI/Manifest
index 7f5dd3349..430c88992 100644
--- a/dev-python/XenAPI/Manifest
+++ b/dev-python/XenAPI/Manifest
@@ -1,2 +1 @@
DIST XenAPI-2.14.tar.gz 5110 BLAKE2B 0391ccfffe8c2a264360eef4057a666e92bcbc8b31e7848f15704fff4d554db9758b1aa0b5210d1bfc41c4df261096b04961a4ff6722a8ea25305971b70f8562 SHA512 a56245b617fa049bcc62ee78e85167e322b632e53d2a6bc3e042e1cb0541ea0004aee4b957f9190c30685cef935f236d980a224322ac593896abd7a31e36abd2
-DIST XenAPI-22.14.0.tar.gz 3124877 BLAKE2B 2b073e0f713b45b51af1e221aa278841c4a5515c72859c7c95601edeb32ec2b8415c11dec86f79a2ab88265d4303675cf9f0432091c884346a25630a503b5244 SHA512 cc048ede21748e6e60b9e432bb68e0754590e3846277c8bf1fa9000916897353db1b5b39bd7120e7d6c894fc859c8a34129824399cfca0a07c5edf937a6e18ec
diff --git a/dev-python/XenAPI/XenAPI-22.14.0.ebuild b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
deleted file mode 100644
index 4f066b041..000000000
--- a/dev-python/XenAPI/XenAPI-22.14.0.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit bash-completion-r1 distutils-r1 dune pam systemd
-
-DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
-HOMEPAGE="
- https://xenproject.org/developers/teams/xen-api/
- https://github.com/xapi-project/xen-api
- https://pypi.org/project/XenAPI/
-"
-SRC_URI="https://github.com/xapi-project/xen-api/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/xen-api-${PV}"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ocamlopt pam python test"
-
-RDEPEND="
- python? ( ${PYTHON_DEPS} )
-
- app-emulation/xen
- dev-libs/openssl
- dev-libs/xxhash
- dev-ml/alcotest:=
- dev-ml/angstrom:=
- dev-ml/astring:=
- dev-ml/async_inotify:=
- dev-ml/async_unix:=
- dev-ml/async:=
- dev-ml/base-threads:=
- dev-ml/base-unix:=
- dev-ml/cdrom:=
- dev-ml/cmdliner:=
- dev-ml/cohttp:=[async,lwt,lwt-unix]
- dev-ml/core:=
- dev-ml/crc:=
- dev-ml/cstruct:=[ppx,unix]
- dev-ml/domain-name:=
- dev-ml/dune-build-info:=
- dev-ml/ezjsonm:=
- dev-ml/ezxenstore:=
- dev-ml/fd-send-recv:=
- dev-ml/fmt:=
- dev-ml/fpath:=
- dev-ml/inotify:=
- dev-ml/io-page:=[unix(-)]
- dev-ml/ipaddr:=
- dev-ml/logs:=
- dev-ml/lwt:=
- dev-ml/lwt_log:=
- dev-ml/lwt_ssl:=
- dev-ml/mirage-block-unix:=
- dev-ml/mirage-crypto:=[pk]
- dev-ml/mtime:=
- dev-ml/mustache:=
- dev-ml/nbd:=[unix]
- dev-ml/netlink:=
- dev-ml/ocaml-base64:=
- dev-ml/ocaml-ctypes:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/ocaml-sha:=
- dev-ml/pci:=
- dev-ml/polly:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/qmp:=
- dev-ml/re:=
- dev-ml/result:=
- dev-ml/rpc:=[async]
- dev-ml/rresult:=
- dev-ml/sexplib:=
- dev-ml/sexplib0:=
- dev-ml/shared-block-ring:=
- dev-ml/systemd:=
- dev-ml/tar:=[unix]
- dev-ml/uri:=
- dev-ml/uuidm:=
- dev-ml/uutf:=
- dev-ml/vhd:=[lwt]
- dev-ml/x509:=
- dev-ml/xapi-backtrace:=
- dev-ml/xapi-stdext:=
- dev-ml/xapi-test-utils:=
- dev-ml/xcp-inventory:=
- dev-ml/xcp-rrd:=
- dev-ml/xenctrl:=
- dev-ml/xen-gnt:=[unix]
- dev-ml/xenstore:=
- dev-ml/xenstore-clients:=
- dev-ml/xmlm:=
- dev-ml/yojson:=
- sys-libs/pam
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-ml/mirage-crypto[rng]
- dev-ml/ounit2
- dev-ml/qcheck
- )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-src_compile() {
- dune_src_compile
- if use python; then
- pushd scripts/examples/python || die
- python_foreach_impl distutil-r1_python_compile
- popd || die
- fi
-}
-
-src_install() {
- for p in *.opam ; do
- dune_src_install "${p/.opam/}"
- done
-
- pushd scripts || die
- emake install
- popd || die
-
- if use python; then
- pushd scripts/examples/python || die
- python_foreach_impl distutils-r1_python_install
- popd || die
- fi
-
-# newbashcomp scripts/xe-switch-network-backend-bash-completion xe-switch-network-backend
-#
-# insinto /etc/logrotate
-# newins scripts/audit-logrotate audit.conf
-#
-# for s in scripts/*.service ; do
-# systemd_dounit "${s}"
-# done
-#
-# use pam && newpamd scripts/pam.d-xapi xapi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2022-05-30 12:09 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 06edc0ac954486541a4c1aee820eafe542f514cb
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 12:07:29 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 12:09:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06edc0ac
dev-python/XenAPI: enable py3.10, py3.11, py3.9
Closes: https://bugs.gentoo.org/848123
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/XenAPI/XenAPI-2.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
index 261a2434d..485fd3eb6 100644
--- a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
+++ b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2023-03-17 13:32 Anna Vyalkova
0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:32 UTC (permalink / raw
To: gentoo-commits
commit: e77c2e2bd1d051f18e75cc711c416335d0097c54
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:27:56 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:27:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e77c2e2b
dev-python/XenAPI: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/XenAPI/XenAPI-2.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
index 1eed984c2..1c9145286 100644
--- a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
+++ b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
@@ -3,9 +3,10 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
HOMEPAGE="
@@ -13,7 +14,6 @@ HOMEPAGE="
https://github.com/xapi-project/xen-api
https://pypi.org/project/XenAPI/
"
-SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/
@ 2023-07-05 13:59 Anna Vyalkova
0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-07-05 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 65d1d27fbd0a42a036b47ed971df7f25d68ca2b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul 5 13:44:27 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jul 5 13:57:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65d1d27f
dev-python/XenAPI: update upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/XenAPI/metadata.xml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/dev-python/XenAPI/metadata.xml b/dev-python/XenAPI/metadata.xml
index 9149c4989..76cba283a 100644
--- a/dev-python/XenAPI/metadata.xml
+++ b/dev-python/XenAPI/metadata.xml
@@ -1,13 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">XenAPI</remote-id>
- <remote-id type="github">xapi-project/xen-api</remote-id>
- </upstream>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">XenAPI</remote-id>
+ <remote-id type="github">xapi-project/xen-api</remote-id>
+ <bugs-to>https://github.com/xapi-project/xen-api/issues</bugs-to>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-05 13:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 23:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-07-05 13:59 Anna Vyalkova
2023-03-17 13:32 Anna Vyalkova
2022-05-30 12:09 Alessandro Barbieri
2022-04-20 21:57 Alessandro Barbieri
2022-04-16 18:27 Alessandro Barbieri
2021-10-25 11:20 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox