summaryrefslogtreecommitdiff
path: root/dev-python/ed25519ll
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/ed25519ll
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/ed25519ll')
-rw-r--r--dev-python/ed25519ll/Manifest3
-rw-r--r--dev-python/ed25519ll/ed25519ll-0.6.ebuild29
-rw-r--r--dev-python/ed25519ll/metadata.xml16
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/ed25519ll/Manifest b/dev-python/ed25519ll/Manifest
deleted file mode 100644
index 3de005d27d03..000000000000
--- a/dev-python/ed25519ll/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ed25519ll-0.6.tar.gz 74782 BLAKE2B b00619ac41ce01d8c4c16adf78bb7568f037e96bcb92cac150d59258729d424f1830ae68028dc5441574acecd4de6a914a19b609dedfb8a151dbdb4478855f5e SHA512 03d6e1985371698d2fee9627fa24cd724ae2ce8399f55ef9c88df7166ddf88c4b56abbbf7971eb2c8591a6d703b92fcd52f743ecb5752841849eea23eba0978d
-EBUILD ed25519ll-0.6.ebuild 683 BLAKE2B 9adec1323bcbacdf221a0cc7b73c4e5074c40f5fa70571b7844cde07fcb393b32fa005ab80291988fe2eea6263992a7b7914bd426e4fb35ad1898ebaecdb3d78 SHA512 aee9d9d6a6c828b99451f2b6cf43c3ef198c2fa27352e7c3bd551f650c4573018a84d3deb5728888d007c835ea4cc1afb84e154f07e859dce743927ce85d180f
-MISC metadata.xml 507 BLAKE2B 3f844e5fc8384f78ce8b411fe0d368e7865df1145dcaeccd75c2d5648ff2d2062bfdab67a352803361bfd6ed7cd0e6b8b692617a5a2e0b75476e04135da0192d SHA512 a058610dfb8512ddb145083644fcaa685dc69fd9b1263bebbe8aeea0f7be9a683607cc5fd84a7c730b173989c745af928a13ca0b96913486c1fbc474ba32b37d
diff --git a/dev-python/ed25519ll/ed25519ll-0.6.ebuild b/dev-python/ed25519ll/ed25519ll-0.6.ebuild
deleted file mode 100644
index 6c33db4acf79..000000000000
--- a/dev-python/ed25519ll/ed25519ll-0.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A low-level ctypes wrapper for Ed25519 digital signatures."
-HOMEPAGE="https://bitbucket.org/dholth/ed25519ll/ https://pypi.org/project/ed25519ll/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/ed25519ll/metadata.xml b/dev-python/ed25519ll/metadata.xml
deleted file mode 100644
index 786080e13beb..000000000000
--- a/dev-python/ed25519ll/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="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">ed25519ll</remote-id>
- <maintainer status="unknown">
- <email>dholth@fastmail.fm</email>
- <name>Daniel Holth</name>
- </maintainer>
- <remote-id type="bitbucket">dholth/ed25519ll</remote-id>
- </upstream>
-</pkgmetadata>