You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 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
|
||
|
|
PortGroup github 1.0
|
||
|
|
|
||
|
|
github.setup danvk RangeHTTPServer 1.2.0
|
||
|
|
name py-rangehttpserver
|
||
|
|
|
||
|
|
platforms darwin
|
||
|
|
license Apache-2
|
||
|
|
supported_archs noarch
|
||
|
|
|
||
|
|
python.versions 35 36 37
|
||
|
|
|
||
|
|
maintainers {gmail.com:rubendibattista @rubendibattista} openmaintainer
|
||
|
|
description SimpleHTTPServer with support for Range requests
|
||
|
|
|
||
|
|
long_description $description
|
||
|
|
checksums rmd160 5f42f69b3b9356fbda3453acef53282bdc7318e7 \
|
||
|
|
sha256 639e59134dff9dd39ee88750649a90ea9c76a9b1332b8334632fec2c8ca99e1f \
|
||
|
|
size 8167
|
||
|
|
|
||
|
|
if {${subport} ne ${name}} {
|
||
|
|
depends_build-append port:py${python.version}-setuptools
|
||
|
|
depends_lib-append port:py${python.version}-requests
|
||
|
|
|
||
|
|
test.run yes
|
||
|
|
depends_test-append port:py${python.version}-nose
|
||
|
|
|
||
|
|
test.cmd nosetests-${python.branch}
|
||
|
|
test.target
|
||
|
|
|
||
|
|
livecheck.type none
|
||
|
|
}
|