Commit Graph

12 Commits

Author SHA1 Message Date
Christoph Reiter
c6a134d91a Python 3.9 rebuilds 2021-05-15 15:21:37 +02:00
Jeremy Drake
de4768e57f Use python-devel instead of libcrypt-devel.
For packages that need crypt.h by way of python.
2020-08-25 12:22:41 -07:00
David Macek
19bd06b131 [RFC] Cleanup (#1984)
* Remove msys2-runtime dependencies

* Remove `base` group

* Remove some packages from `base-devel` group
2020-06-02 09:28:40 +03:00
Bin Meng
344ce502a6 dtc: Add libyaml to the dependency (#1923)
With a fresh installation of MSYS2, running dtc I got:

$ dtc
C:/msys64/usr/bin/dtc.exe: error while loading shared libraries:
msys-yaml-0-2.dll: cannot open shared object file: No such file or directory

Add libyaml to the dependency to fix it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-04-18 08:37:35 +03:00
Alexey Pavlov
171bcc7186 dtc: Update to 1.6.0 2020-03-09 12:09:09 +03:00
Christoph Reiter
6d4b3577b4 Python 2 Removal - Round 1 (#1866)
* gpgme: Drop the Python 2 package

* dtc: Build with Python 3

The package in the repo is already build using Python 3, so this basically
just fixes the dependency list.

* Drop jhbuild-git

This is a really old version and upstream doesn't target cygwin, so just drop it.

* python-colorama: Drop Python 2 package

* python-mako: Drop Python 2 package

* python-pyalpm: Update to 0.9.1 and drop Python 2 package

0.8 did no longer build with the current pacman so I had to update
as well to drop Python 2.

* python-pygments: Drop Python 2 package

* python2-pathlib: Remove package

Unused

* python2-scandir: Remove package

Unused

* python-beaker: Drop Python 2 package

* python-markupsafe: Drop Python 2 package

* python-mock: Drop Python 2 package

* python2-funcsigs: Remove package

Unused

* python-nose: Drop Python 2 package

Also adds a conflict with python2-nose because the man pages and
main script got moved to the Python 3 package.

* python2-unittest2: Remove package

Unused

* python2-traceback2: Remove package

Unused

* python2-linecache2: Remove package

Unused

* python-pbr: Drop Python 2 package
2020-02-24 10:40:03 +03:00
Alexey Pavlov
a99de5d6f8 dtc: Update to 1.5.1 2019-10-04 09:00:54 +03:00
Alexey Pavlov
ef7c78ddc9 dtc: Fix generating import library, python module location 2019-07-17 11:28:06 +03:00
Alexey Pavlov
fc2f63c018 dtc: Update to 1.5.0 2019-04-25 09:58:02 +03:00
Peter Budai
580ec47871 dtc: Update to 1.4.7 (#1404) 2018-09-09 12:19:01 +03:00
Peter Budai
78db2f6781 dtc: Update to 1.4.6 (#1360) 2018-07-26 21:47:52 +03:00
Andy Gross
ddd0c5b659 Add device tree compiler
This patch adds a package description for the device tree compiler

Signed-off-by: Andy Gross <andy.gross@linaro.org>
2017-06-05 12:07:44 -05:00