Files
2025-11-05 22:50:12 -05:00

32 lines
984 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-alagitpull
version 0.1.0
revision 0
platforms {darwin any}
supported_archs noarch
license MIT
maintainers nomaintainer
description Cleverly-named alabaster sub-theme for git-pull projects
long_description {*}${description}
homepage https://github.com/git-pull/alagitpull
checksums rmd160 731ca2bc6235f7dde697345c49378caf12454632 \
sha256 f6076f81a738c3291b598d8016b248edf5adf25d1d348c2599eff92c1eedaed9 \
size 7516
python.versions 310 311 312
python.pep517_backend poetry
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-alabaster
patchfiles use-poetry-core.patch
}