You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
e4dbfa3b2b
- switch to PyPI - update dependencies
40 lines
1.4 KiB
Tcl
40 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-testtools
|
|
version 2.3.0
|
|
revision 0
|
|
categories-append devel
|
|
license MIT PSF
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
supported_archs noarch
|
|
description Extensions to the Python standard library unit testing framework
|
|
|
|
long_description \
|
|
testtools is a set of extensions to the Python standard library's \
|
|
unit testing framework. These extensions have been derived from many \
|
|
years of experience with unit testing in Python and come from many \
|
|
different sources. testtools also ports recent unittest changes all \
|
|
the way back to Python 2.4.
|
|
|
|
homepage https://github.com/testing-cabal/testtools
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
|
distname ${python.rootname}-${version}
|
|
|
|
checksums rmd160 bd9c1f31612d7dc7c9fb1bc657167ef1109cec02 \
|
|
sha256 5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559 \
|
|
size 231559
|
|
|
|
python.versions 27 37
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-pbr \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|