Compare commits

..

6 commits

Author SHA1 Message Date
Miro Hrončok
84d4c93db5 This module was just an attempt and is not compatible with the current modularity 2018-08-29 15:47:55 +02:00
Tomas Orsava
7a4c14eb8e Switch version of perl to 5.26 2018-03-08 08:08:41 +01:00
Tomas Orsava
02543f4367 Switch from bootstrap to platform as builddep 2018-03-08 08:06:49 +01:00
Tomas Orsava
69312c2c35 Update for F28 2018-03-08 08:05:29 +01:00
Tomas Orsava
8c1305fea1 Filter python3-rpm-macros from the module 2017-09-22 15:22:13 +02:00
Tomas Orsava
0f28c40ad9 Add runtime module dependency on python3-bootstrap due to needing python3-rpm-generators 2017-09-22 13:45:53 +02:00
3 changed files with 1 additions and 109 deletions

View file

@ -1,3 +0,0 @@
# python2-bootstrap
The python2-bootstrap package

1
dead.package Normal file
View file

@ -0,0 +1 @@
This module was just an attempt and is not compatible with the current modularity

View file

@ -1,106 +0,0 @@
document: modulemd
version: 1
data:
summary: Bootstrapping module for the Python programming language, version 2
description: >-
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types
and dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).
Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that
need a programmable interface.
license:
module:
- MIT
dependencies:
buildrequires:
bootstrap: master
# python2-devel buildrequires python3-rpm-generators which
# requires python3 and python3-setuptools
# python3-bootstrap: master
# Disabled since python3-bootstrap requires platform, and
# bootstrap and platform modules conflict
# tk-devel buildrequires /usr/bin/perl
# perl: master
# Disabled since perl requires platform, and bootstrap and
# platform modules conflict
requires:
platform: master
references:
community: https://www.python.org/
documentation: https://docs.python.org/2/
tracker: https://src.fedoraproject.org/modules/python2-bootstrap
profiles:
minimal:
rpms:
- python2
- python2-libs
- python2-pip
- python2-setuptools
default:
rpms:
- python2
- python2-libs
- python2-pip
- python2-setuptools
- python2-tools
full:
rpms:
- python2
- python2-debug
- python2-devel
- python2-libs
- python2-pip
- python2-setuptools
- python2-tools
filter:
rpms:
- python2-tkinter
- python3-setuptools
- python3-pip
- python3-rpm-generators
api:
rpms:
- python2
- python2-debug
- python2-devel
- python2-libs
- python2-pip
- python2-setuptools
- python2-tools
buildopts:
rpms:
macros: |
# python2
%_without_rewheel 1
# setuptools & pip
%_with_bootstrap 1
# setuptools
%_without_platform_python 1
# tests for setuptools need pip, which is unavailable
# during bootstrapping
%_without_tests 1
components:
rpms:
python-rpm-macros:
rationale: Build and runtime dependency of python2-devel
ref: master
buildorder: 0
python2:
rationale: Main Python language interpreter
ref: master
buildorder: 10
python-setuptools:
rationale: Python Packaging ecosystem
ref: master
buildorder: 20
python-pip:
rationale: Python Packaging ecosystem
ref: master
buildorder: 30