You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 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-logilab-constraint
|
|
version 1.0
|
|
revision 0
|
|
categories-append devel
|
|
license GPL-2+
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description python module for solving constraint satisfaction problems
|
|
|
|
long_description The constraint package is a constraint satisfaction \
|
|
problem solver written in 100% pure Python, using \
|
|
constraint propagation algorithms. So far, facilities \
|
|
are provided to work with finite domains only.
|
|
|
|
homepage https://www.logilab.org/project/logilab-constraint
|
|
|
|
checksums rmd160 15e899fbe721e37dc9a8125093977f5911dbd392 \
|
|
sha256 52213516c1d8271bc977e96a0902894240075dae62450604cd4f670e0ad1e986 \
|
|
size 46054
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-logilab-common \
|
|
port:py${python.version}-six
|
|
}
|