Info2: << Package: mirte-py%type_pkg[python] Version: 0.1.8 Revision: 1 Type: python (2.7) Depends: python%type_pkg[python], sarah-py%type_pkg[python] (>= 0.1.0a2) BuildDepends: setuptools-tng-py%type_pkg[python] Source: https://github.com/bwesterb/mirte/tarball/%v SourceRename: mirte-%v.tar.gz SourceDirectory: bwesterb-mirte-52e5994 Source-Checksum: SHA256(39032af152b296fe9dc384e98ca5c6f1db7c6520f31efd8ec1ce47e363719199) PatchScript: echo "%v" >>RELEASE-VERSION CompileScript: %p/bin/python%type_raw[python] setup.py build InstallScript: << %p/bin/python%type_raw[python] setup.py install --root %d mv %d%p/bin/mirte %d%p/bin/%n << PostInstScript: << update-alternatives --install %p/bin/mirte mirte %p/bin/%n %type_pkg[python] << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --remove mirte %p/bin/%n fi << DescPort: << Because this package can be installed against multiple Python versions, we rename the installed `mirte' tool to `mirte-py...' and use update-alternatives to link `mirte' back to one of the installed versions. << DocFiles: LICENSE Homepage: http://github.com/bwesterb/mirte Description: Framework for modular applications DescDetail: << Mirte is a framework for modular Python applications that consist of interfaces and various implementations of those interfaces. It defines special 'Mirte files' which allow the user to configure what implementations should be used for interfaces. << License: OSI-Approved # ^ Fink doesn't know about AGPL3 :( Maintainer: None DescPackaging: << Former maintainer: Sjors Gielen << <<