summaryrefslogtreecommitdiff
path: root/dev-python/python-axolotl-curve25519
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /dev-python/python-axolotl-curve25519
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'dev-python/python-axolotl-curve25519')
-rw-r--r--dev-python/python-axolotl-curve25519/Manifest2
-rw-r--r--dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest
index f82fca0dbf48..eb8f7925d33a 100644
--- a/dev-python/python-axolotl-curve25519/Manifest
+++ b/dev-python/python-axolotl-curve25519/Manifest
@@ -1,3 +1,3 @@
DIST python-axolotl-curve25519-0.4.1-2.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d
-EBUILD python-axolotl-curve25519-0.4.1_p2-r1.ebuild 542 BLAKE2B c9578b89b2a814d0e3f195dad858a286de51feac30807de4f27dcd8ee4dd2a89b0eaa95a240fc073a506425890e55af40344e117e3568bea803191c4b3d6144a SHA512 192883b2521edb7295414ef232d4e6f2fdac7045124f788937078dd25cf3d89e5b656a6c0a587552d6587ae6090f06557eef4785e76effda2be4fc7eca040cae
+EBUILD python-axolotl-curve25519-0.4.1_p2-r1.ebuild 542 BLAKE2B 869295a960b34e60038ab3cdbde67f8bb56692ebbf44bf258192d6ecdb328573e298b1c22caa5271992c73ef78f157df692c99f3cb958e0d580acbed15050039 SHA512 cbb1ad30125b3da45b9c302f28360cd2f8bc56b761a3aaa1957b70d51d66395d158639795d416bff215f9ee3fb05c9eee29c4173570a9d7c475e5bd5c4420302
MISC metadata.xml 821 BLAKE2B b58ea7e5dfaf7da6d01671cc94267ee94c38ee5ca5bb88f7364a48bb32468c11c36ac2f8749e019a739450a12df8e5dc69f7459e05d7e8bb2ef9b207f46b9478 SHA512 6bbec8c72bb8f08be1923d7ab5da3748d3cc69e0e04abc6b051678725efea302b8629cc47ba9d3afc068daa27ba5cd3998b9743752cbe80380a1a4d5c8770e38
diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
index 58766f762918..a6e2dad417c8 100644
--- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
+++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -13,9 +13,8 @@ MY_PV="${PV/_p/-}"
DESCRIPTION="A python wrapper for the curve25519 library with ed25519 signatures"
HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519"
SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/${PN}-${MY_PV}"