source: ProjectBuilder/projects/python-tortilla/pbconf/devel/pbfilter/rpm.yml@ 2405

Last change on this file since 2405 was 2405, checked in by Bruno Cornec, 5 years ago

Adds python-tortilla project

File size: 873 bytes
Line 
1---
2#
3# $Id$
4#
5# Filter for rpm build
6filter:
7#
8# PBGRP is replaced by the RPM group of apps
9 PBGRP: Development/Python
10#
11# PBLIC is replaced by the license of the application
12 PBLIC: MIT
13#
14# PBDEP is replaced by the list of dependencies
15 PBDEP: python-requests,python-six,python-formats,python-colorclass,
16#
17# PBBDEP is replaced by the list of build dependencies
18 PBBDEP: python-setuptools
19#
20# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
21 PBSUF: $pb->{'suf'}
22 # Do we have python3 packages? Yes by default
23 PBPY3: 1
24#
25# PBOBS is replaced by the Obsolete line
26# PBOBS:
27#
28# transform a variable from the key on the right to the key on the left using the perl expression
29# after the input key name. Useful for taking multi-line documentation and removing trailing spaces
30# or leading spaces.
31# transform:
32# PBDESC: PBDESC_raw s/\s+\n/\n/go;
Note: See TracBrowser for help on using the repository browser.