* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dkimpy/
@ 2019-04-16 20:52 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-04-16 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 92a762cce14901516d8990ebb5c830dae4feb5ee
Author: Ralph Seichter <gentoo <AT> seichter <DOT> de>
AuthorDate: Thu Apr 11 12:53:51 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 12:53:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92a762cc
dev-python/dkimpy: DKIM email signing and verification
Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides helper scripts for command
line signing and verification.
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/dkimpy/Manifest | 1 +
dev-python/dkimpy/dkimpy-0.9.1.ebuild | 20 ++++++++++++++++++++
dev-python/dkimpy/metadata.xml | 16 ++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
new file mode 100644
index 0000000..9d07e6e
--- /dev/null
+++ b/dev-python/dkimpy/Manifest
@@ -0,0 +1 @@
+DIST dkimpy-0.9.1.tar.gz 49209 BLAKE2B 04a9a301a213a77aa8d5b407b4071eec4e808298927720079bcd6c0f6adb6af84d4dc9f80bddc31e57d66da9d852aa9a0555a6fb8b97713b043ae75e39176369 SHA512 5667c5b7752081f5831c26eebdf5d05bec8ff6c82299506e6ca31603ba0d04aa37b908aa07e97877f298263aeb652fdc0b8d54330a263902033dc0647dc44c3f
diff --git a/dev-python/dkimpy/dkimpy-0.9.1.ebuild b/dev-python/dkimpy/dkimpy-0.9.1.ebuild
new file mode 100644
index 0000000..769ea8f
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-0.9.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module implementing DKIM email signing and verification."
+HOMEPAGE="https://launchpad.net/dkimpy"
+SRC_URI="https://launchpad.net/${PN}/0.9/${PV}/+download/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v
+}
diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
new file mode 100644
index 0000000..2715c8d
--- /dev/null
+++ b/dev-python/dkimpy/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>gentoo@seichter.de</email>
+ <name>Ralph Seichter</name>
+ </maintainer>
+ <longdescription>
+ Python module that implements DKIM (DomainKeys Identified
+ Mail) email signing and verification. It also provides helper
+ scripts for command line signing and verification.
+ </longdescription>
+ <upstream>
+ <remote-id type="launchpad">dkimpy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dkimpy/
@ 2019-04-16 20:52 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-04-16 20:52 UTC (permalink / raw
To: gentoo-commits
commit: b7a5571649b1a5f89074886fa65e5c52a89af14c
Author: Ralph Seichter <gentoo <AT> seichter <DOT> de>
AuthorDate: Thu Apr 11 13:21:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 13:25:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7a55716
dev-python/dkimpy: Added missing "die" statement
Added missing "die" to Python test discovery.
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
dev-python/dkimpy/dkimpy-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dkimpy/dkimpy-0.9.1.ebuild b/dev-python/dkimpy/dkimpy-0.9.1.ebuild
index 769ea8f..18f8c79 100644
--- a/dev-python/dkimpy/dkimpy-0.9.1.ebuild
+++ b/dev-python/dkimpy/dkimpy-0.9.1.ebuild
@@ -16,5 +16,5 @@ KEYWORDS="~amd64"
IUSE=""
python_test() {
- "${EPYTHON}" -m unittest discover -v
+ "${EPYTHON}" -m unittest discover -v || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dkimpy/
@ 2020-03-13 17:45 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-03-13 17:45 UTC (permalink / raw
To: gentoo-commits
commit: a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 13 14:29:43 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 13 14:29:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a09f6e3d
dev-python/dkimpy: removed, this is now in ::gentoo
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/dkimpy/Manifest | 1 -
dev-python/dkimpy/dkimpy-0.9.1.ebuild | 20 --------------------
dev-python/dkimpy/metadata.xml | 16 ----------------
3 files changed, 37 deletions(-)
diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
deleted file mode 100644
index 9d07e6e..0000000
--- a/dev-python/dkimpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dkimpy-0.9.1.tar.gz 49209 BLAKE2B 04a9a301a213a77aa8d5b407b4071eec4e808298927720079bcd6c0f6adb6af84d4dc9f80bddc31e57d66da9d852aa9a0555a6fb8b97713b043ae75e39176369 SHA512 5667c5b7752081f5831c26eebdf5d05bec8ff6c82299506e6ca31603ba0d04aa37b908aa07e97877f298263aeb652fdc0b8d54330a263902033dc0647dc44c3f
diff --git a/dev-python/dkimpy/dkimpy-0.9.1.ebuild b/dev-python/dkimpy/dkimpy-0.9.1.ebuild
deleted file mode 100644
index 18f8c79..0000000
--- a/dev-python/dkimpy/dkimpy-0.9.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module implementing DKIM email signing and verification."
-HOMEPAGE="https://launchpad.net/dkimpy"
-SRC_URI="https://launchpad.net/${PN}/0.9/${PV}/+download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-python_test() {
- "${EPYTHON}" -m unittest discover -v || die
-}
diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
deleted file mode 100644
index 2715c8d..0000000
--- a/dev-python/dkimpy/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@seichter.de</email>
- <name>Ralph Seichter</name>
- </maintainer>
- <longdescription>
- Python module that implements DKIM (DomainKeys Identified
- Mail) email signing and verification. It also provides helper
- scripts for command line signing and verification.
- </longdescription>
- <upstream>
- <remote-id type="launchpad">dkimpy</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-13 17:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16 20:52 [gentoo-commits] repo/proj/guru:master commit in: dev-python/dkimpy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2019-04-16 20:52 Michał Górny
2020-03-13 17:45 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox