mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
msldap: remove unsupport python3.6
This commit is contained in:
parent
251c41ec3f
commit
b96b8338ed
3 changed files with 1 additions and 31 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST msldap-0.2.10.tar.gz 105152 BLAKE2B 7adbe5bc69329ba076e86852fb9bbaf53425a088e77950b6b6d06aaecba8c6828bc9888cd9246d047031e30c0b281487967afa3d9f8dc8469d2db72a341539f8 SHA512 59751947736296bbed253d12909c10ffeca667922eb84c450e60c8a7d5143b1f06f7680a8984c4959263a7a89e42f82f66efd7b553c3d6ca164a4773dd4a63df
|
||||
DIST msldap-0.2.14.tar.gz 112258 BLAKE2B 82819ddec7d5161a2d2bdbf452a8df42eafd8870eba59dc3ca90e8b38b142f8238e482e55cd2eea01f56ab458bb22f05810baa80608fd78cd813891b968a7608 SHA512 64115c98d26cade8a54f2c233974214427e00555b716f52925868225335f6783eb2fe01aab31fce13e9c3f3432eb92c44a52d3edba9742dddea35565f8f4f232
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
# 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="Python library to play with MS LDAP"
|
||||
HOMEPAGE="https://github.com/skelsec/msldap"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
#'winsspi;platform_system=="Windows"',
|
||||
RDEPEND="
|
||||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
dev-python/winsspi[${PYTHON_USEDEP}]
|
||||
dev-python/aiocmd[${PYTHON_USEDEP}]
|
||||
dev-python/asciitree[${PYTHON_USEDEP}]
|
||||
dev-python/asysocks[${PYTHON_USEDEP}]
|
||||
>=dev-python/winacl-0.0.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue