You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
30 lines
902 B
Tcl
30 lines
902 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-wmctrl
|
|
version 0.3
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A tool to programmatically control windows inside X
|
|
long_description ${description}
|
|
|
|
homepage https://bitbucket.org/antocuni/wmctrl/src/default/
|
|
|
|
checksums rmd160 3bb58717433e5062c44b95349af4dabf21afca37 \
|
|
sha256 d806f65ac1554366b6e31d29d7be2e8893996c0acbb2824bbf2b1f49cf628a13 \
|
|
size 2505
|
|
|
|
python.versions 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|