rebuild mat and dependencies

upg python-setuptools
mat is finally put to rest, it no longer works
see mat2 in jobcomm
This commit is contained in:
joborun linux 2023-03-02 03:38:53 +02:00
parent 5f5deaa4f7
commit 6c895f4f22
4 changed files with 26 additions and 10 deletions

View File

@ -1,20 +1,20 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Maintainer: ArchStrike <team[at]archstrike[dot]org>
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
#buildarch=1
pkgname=mat
pkgver=0.6.1
pkgrel=03
pkgrel=04
pkgdesc="Metadata Anonymisation Toolkit"
url="https://mat.boum.org/"
#mat2 url="https://0xacab.org/jvoisin/mat2"
depends=('python2-mutagen' 'python2-pyexiftool-git' 'python2-pdfrw' 'python2-gobject'
'python2-cairo' 'poppler' 'poppler-glib')
makedepends=('python2' 'python2-setuptools' 'python2-distutils-extra')
arch=('any')
source=("https://mat.boum.org/files/mat-${pkgver}.tar.xz")
prepare() {
@ -33,8 +33,13 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('custom')
sha256sums=(0782e7db554ad1dddefd71c9c81e36a05464d73ab54ee2a474ea6ac90e8e51b9) # mat-0.6.1.tar.xz
## 3a0db29bbdcd6178ef0df2cc580035ce595419cfe162ca33064f62bdbe4c329e mat-0.6.1-04-x86_64.pkg.tar.lz

View File

@ -1 +1,11 @@
python2 and utilities was removed from Arch, so this doesn't build anymore, try mat2
2nd note
March 1st 2023
dependencies were built and attempted to build mat 6.1, it builds fine, but still
doesn't work. Probably one of the dependencies is now based on python3 and this
creates an incompatibility with the python2 code.
Like we said before, try mat2

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-setuptools
pkgver=67.3.3
_commit=0fb3a5d6c3225dbeb59a9a836dd8851a2a219c25
pkgver=67.4.0
_commit=c34b82735c1a9c8707bea00705ae2f621bf4c24d
pkgrel=01
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@ -117,5 +117,6 @@ sha256sums=(SKIP
06e2f68aebedbaeb0b0fe923eae686568910cc3355b33bf619db9266eef83efb # system-validate-pyproject.patch
a2bc8b9d470c13b4cb682ab3943e80ab2841aae98f7c3d9ba1f089408f96aa91) # add-dependency.patch
## ac967f06640d64ea217cb8423119a78b4a00b495946ce3c245788101bf45191e python-setuptools-1:67.3.3-01-any.pkg.tar.lz
## 6c71abfa3f287d556dff6be71feebc8e33eb7ff82c48657bc393ae0e50e657ac python-setuptools-1:67.4.0-01-any.pkg.tar.lz

View File

@ -3,8 +3,8 @@
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
pkgname=python-setuptools
pkgver=67.3.3
_commit=0fb3a5d6c3225dbeb59a9a836dd8851a2a219c25
pkgver=67.4.0
_commit=c34b82735c1a9c8707bea00705ae2f621bf4c24d
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"