Skip to content

Commit

Permalink
devel/py-pebble: Update to 5.0.7
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/noxdafox/pebble/releases
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 3de9baa commit 6d141ae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/py-pebble/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pebble
PORTVERSION= 5.0.6
PORTVERSION= 5.0.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,11 @@ WWW= https://github.com/noxdafox/pebble
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-pebble/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1708449270
SHA256 (Pebble-5.0.6.tar.gz) = e7f7ecfd0107ab7cec9f3bb411a856c4d7d552202d4e9a8b038e9a64ae31fd8c
SIZE (Pebble-5.0.6.tar.gz) = 30635
TIMESTAMP = 1711466152
SHA256 (Pebble-5.0.7.tar.gz) = 2784c147766f06388cea784084b14bec93fdbaa793830f1983155aa330a2a6e4
SIZE (Pebble-5.0.7.tar.gz) = 32054
11 changes: 11 additions & 0 deletions devel/py-pebble/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2024-02-28 21:12:32 UTC
+++ setup.py
@@ -14,7 +14,7 @@ setup(


setup(
- name="Pebble",
+ name="pebble",
version=package_version(),
author="Matteo Cafasso",
author_email="noxdafox@gmail.com",

0 comments on commit 6d141ae

Please sign in to comment.