# -*- 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-boolean.py version 4.0 revision 0 checksums rmd160 5e80f3119f175fdfcb36c0379304c24879ce7e10 \ sha256 17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4 \ size 34504 supported_archs noarch platforms {darwin any} maintainers nomaintainer license BSD description Define boolean algebras, create and parse boolean \ expressions and create custom boolean DSL. long_description {*}${description} homepage https://github.com/bastikr/boolean.py python.versions 310 311 312 python.pep517 yes if {${name} ne ${subport}} { depends_test-append port:py${python.version}-pytest test.run yes test.cmd py.test-${python.branch} boolean/test_boolean.py test.target }