From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libnacl/
Date: Fri, 8 Sep 2023 04:53:11 +0000 (UTC) [thread overview]
Message-ID: <1694148782.fc1d7829d5fc900e1060037b80baa975d312fc77.mgorny@gentoo> (raw)
commit: fc1d7829d5fc900e1060037b80baa975d312fc77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 04:50:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 04:53:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1d7829
dev-python/libnacl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libnacl/Manifest | 3 ---
dev-python/libnacl/libnacl-1.8.0.ebuild | 39 ---------------------------------
dev-python/libnacl/libnacl-1.9.0.ebuild | 38 --------------------------------
dev-python/libnacl/libnacl-2.0.0.ebuild | 38 --------------------------------
4 files changed, 118 deletions(-)
diff --git a/dev-python/libnacl/Manifest b/dev-python/libnacl/Manifest
index 2f4089d6027d..fff7f19a4902 100644
--- a/dev-python/libnacl/Manifest
+++ b/dev-python/libnacl/Manifest
@@ -1,4 +1 @@
-DIST libnacl-1.8.0.gh.tar.gz 43351 BLAKE2B 4ba0ebcb50755d80418ffe7238c65d9309954cb2a0eac61937c488144b56093f3fcd87f0bf22a290c7b415c70cb781fbf7a2c608863d43694230fe34b3ad418e SHA512 7a39d646083591782691c4d58fd4d743b385ee553bcc4c4741707a237fa3b1213629b5070390526175bdfe8436859aa7711779ff8b22a981227edb30b94e82d6
-DIST libnacl-1.9.0.gh.tar.gz 43752 BLAKE2B 4a604958aeb9c4b26351b74fa3452b72b7e822c9ea28f4a070464568f1eed184615f0ad5624a2838bf055cf221a9a0f493419b16f2bf2be26c608b396d3f234c SHA512 1c1011f218864f4eab6a985a957f7ec5b8a227ed107ab336a0bc076be10bae6d598f3e81f3a20177e81f25f93c36b23118f515b98f87e11b1f727cae3db1e267
-DIST libnacl-2.0.0.gh.tar.gz 44710 BLAKE2B 50fa7d446370bb6043d942b28364b5bf2a23efcd6f3c82a59ee0ef0f7666a9ebe8e3dcf487d43e6ecb548ededb5e6228b3da401dc30924fef90047da40888168 SHA512 f8159ae479d920058662ffde2ac3bad2c8b413d55ca0bd442b81c7071b4cfca90eae277f85e7bf0bb63cd71ee1e0ad4cbbb03468ed55d1bcbe06d2e9a0976b72
DIST libnacl-2.1.0.tar.gz 42189 BLAKE2B 9b7330ad89ed7ca01f1893deda93fd88011f92b03946a06b5706adf25387db0f664e89fb7a0442d300b47188ec061d220167c694725cd7ec74d14687794b63b2 SHA512 9a3bc2d6d21e982cdd7015daf76beb494c8b969f17a17288a47db5ff545e0a0085e37bb723e92a1919338134be2817b47cd2354f55604ec93e638e243ffa5e1a
diff --git a/dev-python/libnacl/libnacl-1.8.0.ebuild b/dev-python/libnacl/libnacl-1.8.0.ebuild
deleted file mode 100644
index c3e382d231b8..000000000000
--- a/dev-python/libnacl/libnacl-1.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python ctypes wrapper for libsodium"
-HOMEPAGE="
- https://libnacl.readthedocs.io/
- https://github.com/saltstack/libnacl/
- https://pypi.org/project/libnacl/
-"
-# forked because upstream didn't push the tag for almost a year now
-SRC_URI="
- https://github.com/mgorny/libnacl/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
- dev-libs/libsodium
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest -p 'test_*.py' tests/ ||
- die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/libnacl/libnacl-1.9.0.ebuild b/dev-python/libnacl/libnacl-1.9.0.ebuild
deleted file mode 100644
index 62aad69145c6..000000000000
--- a/dev-python/libnacl/libnacl-1.9.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python ctypes wrapper for libsodium"
-HOMEPAGE="
- https://libnacl.readthedocs.io/
- https://github.com/saltstack/libnacl/
- https://pypi.org/project/libnacl/
-"
-SRC_URI="
- https://github.com/saltstack/libnacl/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
- dev-libs/libsodium
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest -p 'test_*.py' tests/ ||
- die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/libnacl/libnacl-2.0.0.ebuild b/dev-python/libnacl/libnacl-2.0.0.ebuild
deleted file mode 100644
index 62aad69145c6..000000000000
--- a/dev-python/libnacl/libnacl-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python ctypes wrapper for libsodium"
-HOMEPAGE="
- https://libnacl.readthedocs.io/
- https://github.com/saltstack/libnacl/
- https://pypi.org/project/libnacl/
-"
-SRC_URI="
- https://github.com/saltstack/libnacl/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
- dev-libs/libsodium
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest -p 'test_*.py' tests/ ||
- die "Tests failed with ${EPYTHON}"
-}
next reply other threads:[~2023-09-08 4:53 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-08 4:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/libnacl/ Sam James
2024-12-13 20:15 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-06-29 11:17 Petr Vaněk
2023-11-24 15:36 Michał Górny
2023-09-07 19:51 Sam James
2023-09-07 19:51 Sam James
2023-08-07 2:36 Michał Górny
2023-08-05 14:53 Michał Górny
2023-08-05 5:30 Michał Górny
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-05-20 12:03 Michał Górny
2022-03-23 23:18 Marek Szuba
2021-07-12 22:17 Sam James
2021-06-05 14:17 Michał Górny
2021-05-10 18:08 Michał Górny
2021-05-10 6:58 Agostino Sarubbo
2021-01-22 19:36 Sam James
2020-12-26 23:37 Sam James
2020-11-24 14:36 Sam James
2020-11-24 14:36 Sam James
2020-04-23 13:26 Michał Górny
2020-02-05 16:24 Michał Górny
2018-06-25 9:53 Jason Zaman
2018-01-05 9:36 Michał Górny
2017-11-07 13:07 Manuel Rüger
2017-10-19 18:10 Thomas Deutschmann
2017-10-19 12:25 Manuel Rüger
2017-08-10 12:47 Manuel Rüger
2017-07-05 11:35 Manuel Rüger
2017-04-28 15:50 Manuel Rüger
2017-02-01 13:54 Manuel Rüger
2016-03-02 9:53 Patrick Lauer
2016-01-12 18:01 Patrick McLean
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=1694148782.fc1d7829d5fc900e1060037b80baa975d312fc77.mgorny@gentoo \
--to=mgorny@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