Skip to content

Commit

Permalink
audio/py-soxr: Update 0.3.5 → 0.3.6
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 16, 2023
1 parent eb23d47 commit de80b67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions audio/py-soxr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= soxr
DISTVERSION= 0.3.5
DISTVERSION= 0.3.6
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,7 @@ WWW= https://github.com/dofuuz/python-soxr
LICENSE= LGPL21 BSD3CLAUSE
LICENSE_COMB= multi

BROKEN_i386= fails to compile: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse'
BROKEN_i386= fails to compile: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse'

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYNUMPY} \
Expand Down
6 changes: 3 additions & 3 deletions audio/py-soxr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686101133
SHA256 (soxr-0.3.5.tar.gz) = b6b60f6381c98249a2f2a594e9234b647b78856c76c060597d53ed27b6efd249
SIZE (soxr-0.3.5.tar.gz) = 287424
TIMESTAMP = 1692168308
SHA256 (soxr-0.3.6.tar.gz) = 6b3d98da77353b5bbb4401cef83cec7f1538844dc27c7badf89c2855b43f42b4
SIZE (soxr-0.3.6.tar.gz) = 291376
4 changes: 2 additions & 2 deletions audio/py-soxr/files/patch-pyproject.toml
@@ -1,12 +1,12 @@
--- pyproject.toml.orig 2023-02-21 07:33:21 UTC
--- pyproject.toml.orig 2023-08-15 13:45:59 UTC
+++ pyproject.toml
@@ -2,9 +2,9 @@
requires = [
"setuptools>=42",
"wheel",
- "Cython>=3.0a7",
+ "Cython",
"setuptools_scm[toml]>=3.4",
"setuptools_scm[toml]>=6.2",
- "oldest-supported-numpy"
+ "numpy"
]
Expand Down

0 comments on commit de80b67

Please sign in to comment.