diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-03 21:44:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-04 17:47:43 +0200 |
commit | b2af99e1c5837c29be42df1b9e46515be4bb6606 (patch) | |
tree | 7a572813d0ca9e097172f9e130fac11d1adbcded /dev-python/pyDes | |
parent | games-misc/xpenguins: fix xorg-proto depend (diff) | |
download | gentoo-b2af99e1c5837c29be42df1b9e46515be4bb6606.tar.gz gentoo-b2af99e1c5837c29be42df1b9e46515be4bb6606.tar.bz2 gentoo-b2af99e1c5837c29be42df1b9e46515be4bb6606.zip |
dev-python/pyDes: new package; add version 2.0.1
Bug: https://github.com/deepjyoti30/ytmdl/issues/222
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/pyDes')
-rw-r--r-- | dev-python/pyDes/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyDes/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/pyDes/pyDes-2.0.1.ebuild | 17 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pyDes/Manifest b/dev-python/pyDes/Manifest new file mode 100644 index 000000000000..ad9356a343e9 --- /dev/null +++ b/dev-python/pyDes/Manifest @@ -0,0 +1 @@ +DIST pyDes-2.0.1.tar.gz 9878 BLAKE2B 45a2d0575519afc389abe080f2c3a6751c5ee1f973e9e4370f24c5dbf9d85882e875682005eae3d749a2e11bffc3cd46868f83baa58f9e7e4feb7a25db641a14 SHA512 9d2a048dd6f629713d93d5cfcf5eaccb45a28fd3942f6837baf492bc6d9f0fcd16a1611e467231e9abfa6756d1684b0848c2190195e9e772bed2e6574327885c diff --git a/dev-python/pyDes/metadata.xml b/dev-python/pyDes/metadata.xml new file mode 100644 index 000000000000..3f3432b413f8 --- /dev/null +++ b/dev-python/pyDes/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/twhiteman/pyDes/issues/</bugs-to> + <remote-id type="github">twhiteman/pyDes</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pyDes/pyDes-2.0.1.ebuild b/dev-python/pyDes/pyDes-2.0.1.ebuild new file mode 100644 index 000000000000..2668e53c17dd --- /dev/null +++ b/dev-python/pyDes/pyDes-2.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of DES and TRIPLE DES" +HOMEPAGE="https://twhiteman.netfirms.com/des.html" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" |