diff options
| author | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 11:09:58 +0200 | 
|---|---|---|
| committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 11:09:58 +0200 | 
| commit | 22c722bf59e59246f47491c7229b17f9ef783614 (patch) | |
| tree | bdcfbfae93f5e54d9b2b39465945419406b5e96a /PKG-INFO | |
| parent | 6bc04f8097e44e55cbf543d811ccd90671faedbc (diff) | |
| download | hydrilla-builder-debian-upstream.tar.gz hydrilla-builder-debian-upstream.zip | |
New upstream version 1.1~beta1upstream/1.1_beta1debian-upstream
Diffstat (limited to 'PKG-INFO')
| -rw-r--r-- | PKG-INFO | 13 | 
1 files changed, 8 insertions, 5 deletions
| @@ -1,6 +1,6 @@  Metadata-Version: 2.1  Name: hydrilla.builder -Version: 1.0 +Version: 1.1b1  Summary: Hydrilla package builder  Home-page: https://git.koszko.org/hydrilla-builder  Author: Wojtek Kosior @@ -24,19 +24,19 @@ Description: # Hydrilla builder          ### Build +        * build (a PEP517 package builder)          * setuptools          * wheel          * setuptools_scm -        * babel +        * babel (Python library)          ### Test          * pytest -        * reuse -        ## Building & testing +        ## Building & testing & installation from wheel -        Build and test processed are analogous to those described in the [README of Hydrilla server part](https://git.koszko.org/pydrilla/about). +        Build, test and installation processes are analogous to those described in the [README of Hydrilla server part](https://git.koszko.org/pydrilla/about).          ## Running @@ -50,6 +50,8 @@ Description: # Hydrilla builder          ```          You might as well like to run from sources, without installation: +         +        ``` shell          mkdir /tmp/bananowarzez/          ./setup.py compile_catalog # generate the necessary .po files          PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \ @@ -86,4 +88,5 @@ Classifier: Topic :: Software Development :: Build Tools  Requires-Python: >=3.7  Description-Content-Type: text/markdown  Provides-Extra: setup +Provides-Extra: spdx  Provides-Extra: test | 
