diff options
Diffstat (limited to 'testing/py-fixtures')
-rw-r--r-- | testing/py-fixtures/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-fixtures/APKBUILD b/testing/py-fixtures/APKBUILD index 9e1b280026..9d8555b145 100644 --- a/testing/py-fixtures/APKBUILD +++ b/testing/py-fixtures/APKBUILD @@ -4,7 +4,7 @@ pkgname=py-fixtures _pkgname=fixtures pkgver=3.0.0 pkgrel=0 -pkgdesc="Useful extra bits for Python - things that shold be in the standard library" +pkgdesc="Fixtures, reusable state for writing clean tests and more." url="https://pypi.python.org/pypi/fixtures/" arch="noarch" license="MIT" |