-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST arc4-0.2.0.tar.gz 6421 BLAKE2B e02a8d94327b8c8229913d8ff968bc1bd7071fecd9f6bc8f576854430c04d1e41c520472cc6493a250c127c5403d97f3062a701d421b70d40f0212060454396e SHA512 756337cbe65ffe1223055b8af94733a911fbfd1da4739182596ceb33c03f5532bf51013598ba1dacdbab7eced3aa933759364583ef32d38b7fdbcda297e365eb | ||
DIST arc4-0.3.0.tar.gz 6756 BLAKE2B 8aa54e345bc7fc1e5d3eff8bf14b20626c4a55c7649321eb67068d1b4cf5745306dffb15d24710b6b058fc04e7dc456dba08cc92425610e6498a9ba9695fe004 SHA512 023ae34dc6e957367468965e2f644ebafc36b3f9048c6f0ffea626011185d12c94881794db39a6b5db6acade7621e19ef37e1228d468a57ecdb97014e9023da6 |
10 changes: 5 additions & 5 deletions
10
dev-python/arc4/arc4-0.2.0.ebuild → dev-python/arc4/arc4-0.3.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DISTUTILS_EXT=1 | ||
DISTUTILS_USE_PEP517=setuptools | ||
PYTHON_COMPAT=( python3_{10..12} ) | ||
|
||
inherit distutils-r1 | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="A small and insanely fast ARCFOUR (RC4) cipher" | ||
HOMEPAGE="https://github.com/manicmaniac/arc4" | ||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" | ||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 ~arm64 x86" | ||
|
||
RDEPEND="" | ||
DEPEND="${RDEPEND}" | ||
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Author Unknown</name> | ||
</maintainer> | ||
|
||
<upstream> | ||
<remote-id type="github">manicmaniac/arc4</remote-id> | ||
<remote-id type="pypi">arc4</remote-id> | ||
</upstream> | ||
|
||
</pkgmetadata> |