Skip to content

Commit

Permalink
py-pretend: new port, version 1.0.9
Browse files Browse the repository at this point in the history
A test dependency of the upcoming port py-structlog
  • Loading branch information
Chih-Hsuan Yen committed Jun 8, 2018
1 parent 2cb14a4 commit acf80ea
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions python/py-pretend/Portfile
@@ -0,0 +1,32 @@
# -*- 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-pretend
version 1.0.9
platforms darwin
license BSD
maintainers {yan12125 @yan12125} openmaintainer

description A library for stubbing in Python
long_description ${description}

homepage https://github.com/alex/pretend
master_sites pypi:p/pretend
distname pretend-${version}

checksums rmd160 17ecfbafe6544976b66a42654d0913b050ef1675 \
sha256 c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10 \
size 4848

python.versions 27 36

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools

livecheck.type none
} else {
livecheck.type pypi
}

0 comments on commit acf80ea

Please sign in to comment.