Skip to content

Commit

Permalink
arc4-0.3.0.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Jan 7, 2024
1 parent 9b8bed1 commit 0355ecd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-python/arc4/Manifest
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
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}"
14 changes: 14 additions & 0 deletions dev-python/arc4/metadata.xml
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>

0 comments on commit 0355ecd

Please sign in to comment.