diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-20 15:20:38 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-20 15:27:47 +0000 |
commit | 3ef3d313e7b26ee9c7c9ca2425f097bd365cb771 (patch) | |
tree | 03016da5620870d9fa9f4dff4516ea39ef6123a7 /testing/py-testscenarios | |
parent | 0fc0b6565351506fc408b4ec8873bec522e57ad6 (diff) | |
download | aports-3ef3d313e7b26ee9c7c9ca2425f097bd365cb771.tar.bz2 aports-3ef3d313e7b26ee9c7c9ca2425f097bd365cb771.tar.xz |
testing/py-testscenarios: changed description
Diffstat (limited to 'testing/py-testscenarios')
-rw-r--r-- | testing/py-testscenarios/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-testscenarios/APKBUILD b/testing/py-testscenarios/APKBUILD index 1035fea748..679c7ed617 100644 --- a/testing/py-testscenarios/APKBUILD +++ b/testing/py-testscenarios/APKBUILD @@ -4,7 +4,7 @@ pkgname=py-testscenarios _pkgname=testscenarios pkgver=0.5.0 pkgrel=0 -pkgdesc="Useful extra bits for Python - things that shold be in the standard library" +pkgdesc="Testscenarios, a pyunit extension for dependency injection" url="https://pypi.python.org/pypi/testscenarios/" arch="noarch" license="MIT" |