gentoo-repo

git clone git://archive.git.mtrnord.blog/MTRNord/gentoo-repo.git
Log | Files | Refs | README

txredisapi-1.4.7.ebuild (602B)


      1 # Copyright 2019-2021 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=8
      5 
      6 PYTHON_COMPAT=( python3_{5..10} )
      7 inherit distutils-r1
      8 
      9 DESCRIPTION="txredisapi is a non-blocking client driver for the redis database."
     10 HOMEPAGE="https://github.com/IlyaSkriblovsky/txredisapi https://pypi.python.org/pypi/txredisapi"
     11 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
     12 
     13 #S="${WORKDIR}/python-${P}"
     14 
     15 LICENSE="Apache-2.0"
     16 SLOT="0"
     17 KEYWORDS="~amd64"
     18 IUSE=""
     19 
     20 DEPEND=""
     21 RDEPEND="${DEPEND}
     22 	dev-python/twisted[${PYTHON_USEDEP}]
     23 	dev-python/six[${PYTHON_USEDEP}]"