[MacPorts] #52453: py-llfuse @1.1.1: new port
#52453: py-llfuse @1.1.1: new port -------------------------------+-------------------------------- Reporter: bjorn.ketelaars@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: -------------------------------+-------------------------------- Please find enclosed a port for Python-LLFUSE. The latter is a set of Python bindings for the low level FUSE API. -- Ticket URL: <https://trac.macports.org/ticket/52453> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52453: py-llfuse @1.1.1: new port --------------------------------+-------------------------------- Reporter: bjorn.ketelaars@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | --------------------------------+-------------------------------- Comment (by mojca@…): A few minor comments: * Why don't you add yourself as a maintainer (ideally with `openmaintainer`)? * Isn't '`port:py${python.version}-setuptools`' a build dependency? * You can probably use '`use_bzip2 yes`' instead of '`extract.suffix .tar.bz2`' Other than that the Portfile looks clean and straightforward. -- Ticket URL: <https://trac.macports.org/ticket/52453#comment:1> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52453: py-llfuse @1.1.1: new port --------------------------------+-------------------------------- Reporter: bjorn.ketelaars@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | --------------------------------+-------------------------------- Comment (by bjorn.ketelaars@…): Thanks for your feedback. Portfile has been updated: {{{ --- Portfile.orig 2016-10-03 19:30:15.000000000 +0200 +++ Portfile 2016-10-03 20:05:03.000000000 +0200 @@ -9,14 +9,14 @@ version 1.1.1 categories-append devel fuse platforms darwin license LGPL-2+ -maintainers nomaintainer +maintainers hydroxide.nl:bjorn.ketelaars openmaintainer description Python bindings for the low-level FUSE API long_description Python-LLFUSE is a set of Python bindings for the low \ level FUSE API. distname llfuse-${version} -extract.suffix .tar.bz2 +use_bzip2 yes homepage https://pypi.python.org/pypi/llfuse/ master_sites pypi:l/llfuse @@ -27,9 +27,9 @@ checksums rmd160 96c560c5710b python.versions 27 34 35 if {${name} ne ${subport}} { - depends_build-append port:pkgconfig - depends_lib-append port:osxfuse \ + depends_build-append port:pkgconfig \ port:py${python.version}-setuptools + depends_lib-append port:osxfuse livecheck.type none } else { }}} OK? -- Ticket URL: <https://trac.macports.org/ticket/52453#comment:3> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52453: py-llfuse @1.1.1: new port --------------------------------+-------------------------------- Reporter: bjorn.ketelaars@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: | --------------------------------+-------------------------------- Changes (by g5pw@…): * status: new => closed * resolution: => fixed Comment: Thanks for your contribution, commited in r153557. Welcome! -- Ticket URL: <https://trac.macports.org/ticket/52453#comment:4> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
participants (1)
-
MacPorts