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
940 B
Tcl
33 lines
940 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-entrypoints
|
|
version 0.4
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Discover and load entry points from installed packages.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/takluyver/entrypoints
|
|
|
|
checksums rmd160 77fc44b29f217e2af6f2c26e2fd3b39fe2b939b2 \
|
|
sha256 b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4 \
|
|
size 13974
|
|
|
|
python.pep517_backend flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|