You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
984 B
Tcl
31 lines
984 B
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 github 1.0
|
|
PortGroup python 1.1
|
|
|
|
github.setup alex pretend 1.0.9 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-pretend
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A library for stubbing in Python
|
|
long_description {*}${description}
|
|
|
|
# Switched from pypi to GitHub tarball
|
|
dist_subdir ${name}/${version}_1
|
|
|
|
checksums rmd160 9aa242c5cbcba266780dbeae50a5ca55cb72a91f \
|
|
sha256 65e490da33638cd3d6487b775c9dd3477d339873e73f8699979738d8d19124ad \
|
|
size 5651
|
|
|
|
python.versions 310 311 312 313 314 315 315t
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|