You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.0 KiB
Tcl
27 lines
1.0 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
|
|
|
|
name py-calver
|
|
version 2025.10.20
|
|
revision 0
|
|
|
|
categories-append science
|
|
license Apache-2
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description setuptools extension for automatically defining your Python package \
|
|
version as a calendar version
|
|
long_description The calver package is a setuptools extension for automatically \
|
|
defining your Python package version as a calendar version.
|
|
homepage https://github.com/di/calver
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 36f81049c332e24aee3d8ba4ccf923b2dd807bc8 \
|
|
sha256 c98b376c2424642224d456b2f70c51402343e008c63d204634665e1a2a2835f5 \
|
|
size 8101
|
|
|
|
python.versions 310 311 312 313 314
|