forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.8 ~~~ * #16: Added a license file, required for membership to pytest-dev. * Releases are now made automatically by pushing a tagged release that passes tests on Python 3.5.
- Loading branch information
wiz
committed
May 29, 2016
1 parent
2675e53
commit d6600ea
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.3 2016/04/13 18:49:08 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.4 2016/05/29 21:28:42 wiz Exp $ | ||
|
||
DISTNAME= pytest-runner-2.7.1 | ||
DISTNAME= pytest-runner-2.8 | ||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} | ||
CATEGORIES= devel | ||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/} | ||
MASTER_SITES= https://pypi.python.org/packages/46/6c/ff61a9e0d513222afa3529bdb565a465812b7e50b218a5afd705f46b258c/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://pypi.python.org/pypi/pytest-runner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2016/04/13 18:49:08 wiz Exp $ | ||
$NetBSD: distinfo,v 1.4 2016/05/29 21:28:42 wiz Exp $ | ||
|
||
SHA1 (pytest-runner-2.7.1.tar.gz) = 585083e9b94685fb3bc4a6f3de7afa00cca1f700 | ||
RMD160 (pytest-runner-2.7.1.tar.gz) = b234b504d06485273a6d00569da6232a45b97613 | ||
SHA512 (pytest-runner-2.7.1.tar.gz) = 7b8b347fefc174dd78b5a19184ed3427deb953db5b18e2a990e40afcbc183de56259bd848870b609572b8db325b3ff2d0545b0ada64fbdc4717044e8a99e7b5b | ||
Size (pytest-runner-2.7.1.tar.gz) = 7059 bytes | ||
SHA1 (pytest-runner-2.8.tar.gz) = 7ba813e723ad0af20fed77a7dfd444f8b38c0477 | ||
RMD160 (pytest-runner-2.8.tar.gz) = 20375891542f1cdd753db600a29d75b9230c93d9 | ||
SHA512 (pytest-runner-2.8.tar.gz) = bdbd71dc4713dca2b00fa63e8414dab0611af460c25746d5377881024c23e2c8a6f1374ab9c94fa33dae1ac2f0b7ba10f747287a3cbaeb5a44ff1dd4542e122e | ||
Size (pytest-runner-2.8.tar.gz) = 8535 bytes |