Compare commits

..

24 commits

Author SHA1 Message Date
Miro Hrončok
0a56ce597f This module was just an attempt and is not compatible with the current modularity 2018-08-29 15:49:16 +02:00
Tomas Orsava
b2696a4129 Rebuild 2018-03-14 16:06:24 +01:00
Tomas Orsava
44d0ad0e92 Revert "Build from the f28 branch of packages"
This reverts commit 9af8aa9af3.
2018-03-13 15:53:27 +01:00
Tomas Orsava
733cf78644 Re-enable modular builddeps 2018-03-13 15:35:41 +01:00
Tomas Orsava
9af8aa9af3 Build from the f28 branch of packages 2018-03-13 15:34:18 +01:00
Tomas Orsava
8bede4f53f Update builddeps to platform: f28 2018-03-08 03:06:42 +01:00
Tomas Orsava
734d22831c Filter out tools, test and debug subpackages due to missing tkinter 2017-10-02 18:31:49 +02:00
Tomas Orsava
805ced0e8f Add component python-rpm-generators 2017-09-21 15:28:07 +02:00
Tomas Orsava
178a8a50f3 Disabled dependency on python3-bootstrap until we builddep on platform instead of bootstrap 2017-09-21 15:17:56 +02:00
Tomas Orsava
4e9a7f4d81 Disable dependency on perl, bootstrap already contains it 2017-09-21 14:56:25 +02:00
Tomas Orsava
17a5e587aa Remove dependency on now deprecated platform-placeholder module 2017-09-19 18:00:10 +02:00
Tomas Orsava
aa29e840ea Add python-rpm-macros component 2017-09-19 16:39:11 +02:00
Tomas Orsava
be50fc3965 Update tracker url 2017-09-05 15:30:02 +02:00
Tomas Orsava
6adc19e778 Remove debuginfo and debugsource from the api 2017-09-05 15:18:25 +02:00
Tomas Orsava
b0af89f7da Remove tkinter from the api 2017-09-04 10:58:19 +02:00
Tomas Orsava
8ac431a3ee Add dashes needed by the modulemd spec 2017-09-01 14:30:22 +02:00
Tomas Orsava
d90877d254 First version of a working modulemd 2017-09-01 13:31:50 +02:00
Nils Philippsen
1071b8a7a2 update references 2017-08-01 16:59:09 +02:00
Nils Philippsen
64213ed1d1 wrap lines 2017-08-01 16:59:09 +02:00
Nils Philippsen
72a3089637 remove stray single quote from the description 2017-08-01 16:59:09 +02:00
Nils Philippsen
d25439d4ff remove trailing whitespace 2017-08-01 16:59:01 +02:00
mkocka
f945f9a27c new version of modulemd file 2017-05-11 10:36:20 +02:00
mkocka
0d22cf6a35 adding yaml file and deps 2017-04-11 11:15:36 +02:00
Matus Kocka
357da0a3b3 Adding README.md with deps 2017-04-10 23:48:21 +02:00
4 changed files with 1 additions and 69 deletions

0
.gitignore vendored
View file

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,69 +0,0 @@
# This module is left empty because python3 is contained in the
# Platform module of Fedora 27 Modular Server edition.
# Other modules can depend on this empty one so that, when the
# implementation of python3 is moved out of the Platform module,
# other modules should not be affected.
document: modulemd
version: 1
data:
summary: Python programming language, version 3
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: f27
requires:
platform: f27
references:
community: https://www.python.org/
documentation: https://docs.python.org/3/
tracker: https://src.fedoraproject.org/modules/python3
profiles:
minimal:
rpms:
- python3
- python3-libs
- python3-pip
- python3-setuptools
default:
rpms:
- python3
- python3-libs
- python3-pip
- python3-setuptools
full:
rpms:
- python3
- python3-devel
- python3-libs
- python3-pip
- python3-setuptools
- python3-wheel
filter:
rpms:
- python-rpm-macros
- python-srpm-macros
- python2-rpm-macros
- python3-rpm-macros
- platform-python-rpm-macros
components:
rpms:
python-rpm-macros:
rationale: |
Build and filter all RPMs, since an empty module doesn't
build
ref: master

View file