diff --git a/dev-python/winacl/Manifest b/dev-python/winacl/Manifest index b7d5cd74a..f99f32da7 100644 --- a/dev-python/winacl/Manifest +++ b/dev-python/winacl/Manifest @@ -1 +1,2 @@ DIST winacl-0.0.6.tar.gz 40257 BLAKE2B 40e1226ba9b4e89efe5738df211773cdacf3275f8e0acca00e232e90eb965c353cb429a04796d3ccb05618ea4db213ca6e3fe8120a42bd55ef9216fea4f6ca80 SHA512 2072af69c945a7018e12a041de0369ef3df8d5a2598b4a9600174fed94844e5cca5456d88ec3a1df02937e0b013754667008df2f2e2828889d8c70fafea41047 +DIST winacl-0.1.0.tar.gz 42521 BLAKE2B 2f45b0b15131ffb8ced0b70eb54b98243d5e6bab38c46f07a71f685ba70f8d667ca6abf9049fd846477062d077b274600589abde08871fd4e7ce3c724e4cac2a SHA512 d9c0c06728c084383f533d14c3d71776818d79d6c1ecc918bb175af3c2e9bb456bd80703ea6b755dd0a5656d8e7aede67dcf5973b6fd8aa98b9559468c3ef46c diff --git a/dev-python/winacl/winacl-0.1.0.ebuild b/dev-python/winacl/winacl-0.1.0.ebuild new file mode 100644 index 000000000..9562c16cb --- /dev/null +++ b/dev-python/winacl/winacl-0.1.0.ebuild @@ -0,0 +1,20 @@ +# 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 arm64 x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND}"