Project

General

Profile

« Previous | Next » 

Revision 22c722bf

Added by koszko about 1 year ago

  • ID 22c722bf59e59246f47491c7229b17f9ef783614
  • Parent 6bc04f80

New upstream version 1.1~beta1

View differences:

src/hydrilla.builder.egg-info/PKG-INFO
1 1
Metadata-Version: 2.1
2 2
Name: hydrilla.builder
3
Version: 1.0
3
Version: 1.1b1
4 4
Summary: Hydrilla package builder
5 5
Home-page: https://git.koszko.org/hydrilla-builder
6 6
Author: Wojtek Kosior
......
24 24
        
25 25
        ### Build
26 26
        
27
        * build (a PEP517 package builder)
27 28
        * setuptools
28 29
        * wheel
29 30
        * setuptools_scm
30
        * babel
31
        * babel (Python library)
31 32
        
32 33
        ### Test
33 34
        
34 35
        * pytest
35
        * reuse
36 36
        
37
        ## Building & testing
37
        ## Building & testing & installation from wheel
38 38
        
39
        Build and test processed are analogous to those described in the [README of Hydrilla server part](https://git.koszko.org/pydrilla/about).
39
        Build, test and installation processes are analogous to those described in the [README of Hydrilla server part](https://git.koszko.org/pydrilla/about).
40 40
        
41 41
        ## Running
42 42
        
......
50 50
        ```
51 51
        
52 52
        You might as well like to run from sources, without installation:
53
        
54
        ``` shell
53 55
        mkdir /tmp/bananowarzez/
54 56
        ./setup.py compile_catalog # generate the necessary .po files
55 57
        PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \
......
86 88
Requires-Python: >=3.7
87 89
Description-Content-Type: text/markdown
88 90
Provides-Extra: setup
91
Provides-Extra: spdx
89 92
Provides-Extra: test

Also available in: Unified diff