Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-ecos


Commits:
ff2ccae8 by Antonio Rojas at 2024-02-07T08:55:08+01:00
upgpkg: 2.0.13-1: Update to 2.0.13

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,23 @@
+pkgbase = python-ecos
+       pkgdesc = Python interface for ECOS
+       pkgver = 2.0.13
+       pkgrel = 1
+       url = https://github.com/embotech/ecos-python
+       arch = x86_64
+       license = GPL-3.0-only
+       checkdepends = python-pytest
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = ecos
+       depends = glibc
+       depends = python
+       depends = python-numpy
+       depends = python-scipy
+       source = 
https://github.com/embotech/ecos-python/archive/v2.0.13/python-ecos-2.0.13.tar.gz
+       source = unbundle-ecos.patch
+       sha256sums = 
c52d64f0131d43cdc27ca9160dc38fbfb3faa8d4be48f891d88c343057a1b383
+       sha256sums = 
c929cbe71cf8a109a66cbc681c6c501c42517b44e63f88440c36e5c7ca9e3be9
+
+pkgname = python-ecos


=====================================
PKGBUILD
=====================================
@@ -3,18 +3,25 @@
 
 _pyname=ecos-python
 pkgname=python-ecos
-pkgver=2.0.11
-pkgrel=2
+pkgver=2.0.13
+pkgrel=1
 pkgdesc='Python interface for ECOS'
 url='https://github.com/embotech/ecos-python'
-depends=(python-scipy ecos)
-makedepends=(python-build python-installer python-wheel)
-checkdepends=(python-nose python-pytest)
-license=(GPL3)
+depends=(ecos
+         glibc
+         python
+         python-numpy
+         python-scipy)
+makedepends=(python-build
+             python-installer
+             python-setuptools
+             python-wheel)
+checkdepends=(python-pytest)
+license=(GPL-3.0-only)
 arch=(x86_64)
 
source=(https://github.com/embotech/ecos-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz
         unbundle-ecos.patch)
-sha256sums=('01ebd3fc8a54822e035c5d69f750fc577001754a057a6a023b68e736c43a7823'
+sha256sums=('c52d64f0131d43cdc27ca9160dc38fbfb3faa8d4be48f891d88c343057a1b383'
             'c929cbe71cf8a109a66cbc681c6c501c42517b44e63f88440c36e5c7ca9e3be9')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ecos/-/commit/ff2ccae81d29ce4db0361e1d416e75dc1971b2a3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ecos/-/commit/ff2ccae81d29ce4db0361e1d416e75dc1971b2a3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to