winacl-0.0.6.ebuild

This commit is contained in:
blshkv 2020-06-22 16:44:24 +08:00
parent 23550a2e70
commit 1cc0f1a301
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -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}]"