You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
842 B
Tcl
26 lines
842 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-jdcal
|
|
version 1.4.1
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Julian dates from proleptic Gregorian and Julian calendars
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/phn/jdcal
|
|
|
|
checksums rmd160 a09cc7f387bb953f77633e2339b4afc6b36eeedc \
|
|
sha256 472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8 \
|
|
size 7479
|