[macports-ports] 01/07: py-libvirt: new port
Ryan Schmidt
ryandesign at macports.org
Tue Jun 13 07:31:03 UTC 2017
> On Feb 18, 2017, at 17:29, Dan Villiom Podlaski Christiansen <danchr at macports.org> wrote:
>
> Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/f9fc74892da67d5116fd6c1df98251922b32fe3b
>
> commit f9fc74892da67d5116fd6c1df98251922b32fe3b
>
> Author: Dan Villiom Podlaski Christiansen <danchr at macports.org>
> AuthorDate: Fri Feb 17 23:29:37 2017 +0100
>
>
> py-libvirt: new port
> +if {${name} ne ${subport}} {
> + depends_build port:py${python.version}-setuptools \
> + port:pkgconfig
> + depends_lib port:libvirt
> +
> + livecheck.type none
> +} else {
> + livecheck.name ${python.rootname}
> +}
> +
> +if {${name} ne ${subport}} {
> + depends_build-append \
> + port:py${python.version}-setuptools
> +
> + livecheck.type none
> +} else {
> + livecheck.type pypi
> +}
Two "if {${name} ne ${subport}}" blocks?
More information about the macports-dev
mailing list