You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
26 lines
809 B
Tcl
26 lines
809 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-ukpostcodeparser
|
|
python.rootname UkPostcodeParser
|
|
version 1.1.2
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description UK Postcode parser
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/hamstah/ukpostcodeparser
|
|
|
|
checksums rmd160 66dbc123fb35bafad998a525b3e9c43a92f0737e \
|
|
sha256 930264efa293db80af0103a4fe9c161b06365598d24bb6fe5403f3f57c70530e \
|
|
size 5952
|
|
|
|
python.versions 310 311 312
|