pymailgunner-1.4.ebuild added
This commit is contained in:
2
dev-python/pymailgunner/Manifest
Normal file
2
dev-python/pymailgunner/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST pymailgunner-1.4.tar.gz 6947 BLAKE2B 49d64ca64c47ac68545091bfabe6433b3210043c22665b7e2f6c738ca54aab9d75016ac056c1737654de116b9eba7525c144955a4b5be79e68760b7c78042435 SHA512 05da88d7fe61679c48915890cc2aaa5c5f396eacaf6fdb3d7f72261e38f92e0b1eb5dacf7e29356f7267d6ed9110aeb3b9207f9cf9e0abba21d662096979ff0d
|
||||
EBUILD pymailgunner-1.4.ebuild 781 BLAKE2B 240431ff0ebd7d10ad07a5d0e887b5cf6a025df511ab9338bfbec9850115cc50b749561ee6d17d66f6b53df9c392e29adb7c65de301aaf8d87d938fadf904cbf SHA512 f22166e0ab517c096b5c3ebef8d3b8bcad739c7cee4733df3654b21dfdafcadb17fdcadddb96c6906906572bae77eb1680fec2198bc155a8564d04ec8c42face
|
||||
32
dev-python/pymailgunner/pymailgunner-1.4.ebuild
Normal file
32
dev-python/pymailgunner/pymailgunner-1.4.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple mailgun client - pymailgun fork with Python 3 support"
|
||||
HOMEPAGE="https://github.com/pschmitt/pymailgunner https://pypi.org/project/pymailgunner/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache license version 2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user