Author: Reiner Herrmann Origin: https://salsa.debian.org/android-tools-team/enjarify/blob/master/debian/patches/setup_py.patch Description: provides a minimal setup.py to build/install the package Index: enjarify/setup.py =================================================================== --- /dev/null +++ enjarify/setup.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python3 + +from setuptools import setup, find_packages + +setup(name='enjarify', + version='1.0.3', + url='https://github.com/google/enjarify', + packages=find_packages(), + ) + 'form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/test-env.in
AgeCommit message (Expand)Author
2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key....Attila Lendvai
2021-04-20import: Remove Nix importer....Ludovic Courtès