From 1cc0f1a30170c326cd7f6390ee7501b78d3418d8 Mon Sep 17 00:00:00 2001 From: blshkv Date: Mon, 22 Jun 2020 16:44:24 +0800 Subject: [PATCH] winacl-0.0.6.ebuild --- dev-python/winacl/Manifest | 1 + dev-python/winacl/winacl-0.0.6.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/winacl/winacl-0.0.6.ebuild diff --git a/dev-python/winacl/Manifest b/dev-python/winacl/Manifest index 058d00562..1554f74f5 100644 --- a/dev-python/winacl/Manifest +++ b/dev-python/winacl/Manifest @@ -1 +1,2 @@ DIST winacl-0.0.2.tar.gz 36498 BLAKE2B d450a0a692ad7b5c946559e8907fe5c7dd7ae88f51ec204686d36e6f1f5701e08f9bb0c0941385cc159da8b2b1f04baa6fb234fc4afb25a059c6092892ad8d48 SHA512 af11d1c2a655b2729560c1b6feef3333ff11318aefffd1d318a14e943aacdfb65008da0c9aa31da8ee2dddde7f138674876e1dadcdc82d39362a43668ea35be1 +DIST winacl-0.0.6.tar.gz 40257 BLAKE2B 40e1226ba9b4e89efe5738df211773cdacf3275f8e0acca00e232e90eb965c353cb429a04796d3ccb05618ea4db213ca6e3fe8120a42bd55ef9216fea4f6ca80 SHA512 2072af69c945a7018e12a041de0369ef3df8d5a2598b4a9600174fed94844e5cca5456d88ec3a1df02937e0b013754667008df2f2e2828889d8c70fafea41047 diff --git a/dev-python/winacl/winacl-0.0.6.ebuild b/dev-python/winacl/winacl-0.0.6.ebuild new file mode 100644 index 000000000..6a5b5af10 --- /dev/null +++ b/dev-python/winacl/winacl-0.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="ACL/ACE/Security Descriptor manipulation library" +HOMEPAGE="https://github.com/skelsec/winacl" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"