You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
33 lines
998 B
Tcl
33 lines
998 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 python 1.0
|
|
|
|
name py-idutils
|
|
version 1.5.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Small library for persistent identifiers used in scholarly communication.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/inveniosoftware/idutils
|
|
|
|
checksums rmd160 f3441a66f06d8a3733f1a2436ceaa703976891a2 \
|
|
sha256 9ec11ebcbd7f7a4c8f93e2228d11d28965b582a9c3b8536f524a072291278100 \
|
|
size 34543
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-babel
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-isbnlib
|
|
}
|