Skip to content

Commit

Permalink
devel/py-editables: Update to 0.5
Browse files Browse the repository at this point in the history
- Use USES=dos2unix to convert CRLF to LF

Changes:	https://github.com/pfmoore/editables/blob/main/CHANGELOG.md
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent fe1e508 commit a6ea2c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-editables/Makefile
@@ -1,5 +1,5 @@
PORTNAME= editables
PORTVERSION= 0.4
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.3:devel/py-flit-core@${PY_FLAVOR}

USES= python
USES= dos2unix python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/py-editables/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688902103
SHA256 (editables-0.4.tar.gz) = dc322c42e7ccaf19600874035a4573898d88aadd07e177c239298135b75da772
SIZE (editables-0.4.tar.gz) = 14440
TIMESTAMP = 1691070042
SHA256 (editables-0.5.tar.gz) = 309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2
SIZE (editables-0.5.tar.gz) = 14744

0 comments on commit a6ea2c9

Please sign in to comment.