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
5 changed files with 1 additions and 73 deletions

0
.gitignore vendored
View file

View file

@ -1,21 +0,0 @@
python3 dependencies
====================
build dependencies calculated by brt_dep_solver
-----------------------------------------------
autoconf
bluez
expat
libdb4
libX11
mesa
systemtap
tcl
tix
tk
valgrind
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------
python3

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,52 +0,0 @@
document: modulemd
version: 1
data:
summary: Version 3 of the Python programming language aka Python 3000.
description: >
Python3 is a new version of the language that is incompatible
with the 2.x line of releases. The language is mostly the
same, but many details, especially how built-in objects like
dictionaries and strings work, have changed considerably, and
a lot of deprecated features have finally been removed.
license:
module: [Python]
dependencies:
buildrequires:
# base-runtime: f26
bootstrap: f26
common-build-dependencies: f26
shared-userspace: f26
perl: f26
requires:
perl: f26
shared-userspace: f26
base-runtime: f26
references:
community: https://docs.pagure.org/modularity/
documentation: https://github.com/container-images/python3/
tracker: https://github.com/modularity-modules/python3/
profiles:
default:
rpms:
- python3
api:
rpms:
- python3
components:
rpms:
python3:
rationale: Python3 package.
ref: f26
buildorder: 10
# autoconf: {rationale: Build dependency.}
# bluez: {rationale: Build dependency.}
# expat: {rationale: Build dependency.}
# libX11: {rationale: Build dependency.}
# libdb4: {rationale: Build dependency.}
# mesa: {rationale: Build dependency.}
# python3: {rationale: Runtime dependency.}
# systemtap: {rationale: Build dependency.}
# tcl: {rationale: Build dependency.}
# tix: {rationale: Build dependency.}
# tk: {rationale: Build dependency.}
# valgrind: {rationale: Build dependency.}

View file