From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-xmlsec/
Date: Tue, 25 Feb 2020 02:05:17 +0000 (UTC) [thread overview]
Message-ID: <1582596306.c523454e67e3f628806b588c6b462fd75a1b5574.chutzpah@gentoo> (raw)
commit: c523454e67e3f628806b588c6b462fd75a1b5574
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Feb 25 01:33:50 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 02:05:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c523454e
dev-python/python-xmlsec: New package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/python-xmlsec/Manifest | 1 +
dev-python/python-xmlsec/metadata.xml | 8 ++++++
.../python-xmlsec/python-xmlsec-1.3.6.ebuild | 32 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/python-xmlsec/Manifest b/dev-python/python-xmlsec/Manifest
new file mode 100644
index 00000000000..5a850473bfe
--- /dev/null
+++ b/dev-python/python-xmlsec/Manifest
@@ -0,0 +1 @@
+DIST python-xmlsec-1.3.6.tar.gz 51174 BLAKE2B e6571d16268450c5e144aae8da5be42a6aa20f239859c0a5a85f5e20f361d5d85b85772cd5cdd296f2fb9da5f3dffbb869d537bd96fe68b7d4495bb378471d07 SHA512 ccfbe4c8266a5340f67331eac35174ae2cc175ce32ea8482c8b9757275466f058a5977ce62f39bce3c3abeda28988455c93302362c7f219d7b88b44ef245e972
diff --git a/dev-python/python-xmlsec/metadata.xml b/dev-python/python-xmlsec/metadata.xml
new file mode 100644
index 00000000000..56cae167d37
--- /dev/null
+++ b/dev-python/python-xmlsec/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild
new file mode 100644
index 00000000000..46ffcb643f2
--- /dev/null
+++ b/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the XML Security Library"
+HOMEPAGE="https://github.com/mehcode/python-xmlsec"
+SRC_URI="https://github.com/mehcode/python-xmlsec/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/xmlsec:=
+"
+RDEPEND="${DEPEND}
+ dev-python/lxml[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+ dev-python/pkgconfig[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+"
+
+# tests fail, has been reported upstream
+# https://github.com/mehcode/python-xmlsec/issues/84
+RESTRICT=test
+
+distutils_enable_tests pytest
next reply other threads:[~2020-02-25 2:05 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 2:05 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-25 8:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-xmlsec/ Georgy Yakovlev
2020-05-21 2:07 Patrick McLean
2020-05-22 2:21 Patrick McLean
2020-10-31 1:36 Patrick McLean
2020-11-02 10:34 Michał Górny
2021-05-04 22:02 Sam James
2021-06-01 0:02 Sam James
2021-06-01 0:02 Sam James
2021-08-06 7:05 Michał Górny
2021-08-06 7:06 Michał Górny
2021-09-18 19:48 Sam James
2021-09-19 21:39 Agostino Sarubbo
2021-10-28 7:18 Sam James
2021-12-02 8:54 Jakov Smolić
2021-12-02 8:56 Arthur Zamarin
2021-12-02 9:57 Michał Górny
2022-02-26 11:39 Michał Górny
2022-03-31 13:47 Jakov Smolić
2022-03-31 13:47 Jakov Smolić
2022-03-31 14:08 Michał Górny
2023-02-17 11:04 Michał Górny
2023-02-17 11:04 Michał Górny
2023-02-17 11:04 Michał Górny
2023-02-17 11:04 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1582596306.c523454e67e3f628806b588c6b462fd75a1b5574.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox