Skip to content
Permalink
Browse files

py-jaraco.functools: add new port

  • Loading branch information
kurthindenburg committed Apr 9, 2019
1 parent 641d610 commit f5e24e1d503c15ad60962a1f4edefbbb1c87ceab
Showing with 29 additions and 0 deletions.
  1. +29 −0 python/py-jaraco.functools/Portfile
@@ -0,0 +1,29 @@
# -*- 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-jaraco.functools
version 2.0
platforms darwin
license MIT
maintainers {khindenburg @kurthindenburg} openmaintainer

description Additional functools in the spirit of stdlib's functools.
long_description ${description}

homepage https://pypi.python.org/pypi/${python.rootname}/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}

checksums rmd160 a345fd401aafd4774c84acf5dfe79a90f3b42409 \
sha256 35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345 \
size 14340

python.versions 27 34 35 36 37

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

livecheck.type none
}

0 comments on commit f5e24e1

Please sign in to comment.
You can’t perform that action at this time.