You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
974 B
Tcl
30 lines
974 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.0
|
|
|
|
github.setup atdt monotonic 1.6
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-monotonic
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license Apache
|
|
supported_archs noarch
|
|
|
|
python.versions 27 310
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description An implementation of time.monotonic() for Python 2
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/atdt/monotonic
|
|
|
|
checksums rmd160 7c6c85bfee72611d387845a88298d6c0e2943e9f \
|
|
sha256 049f2f831871de53125d9e5058035728ed7836ff919b7f6b3f6e12bb077c4784 \
|
|
size 7256
|