This commit is contained in:
2024-09-27 16:25:52 +02:00
parent de01928a4e
commit 4447036632
4 changed files with 25 additions and 1794 deletions

View File

@ -8,21 +8,24 @@ CATEGORIES= www python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@FreeBSD.org MAINTAINER= kiwi@oav.net
COMMENT= Frappe / ERPNext apps setup tool COMMENT= Frappe / ERPNext apps setup tool
LICENSE= GPLv3 LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md #LICENSE_FILE= ${WRKSRC}/LICENSE.md
#RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
# ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}honcho>0:sysutils/py-honcho@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}semantic_version>0:devel/py-semantic_version@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}GitPython>=1.0.1:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic_version>0:devel/py-semantic_version@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GitPython>=1.0.1:devel/py-gitpython@${PY_FLAVOR} \
# git:devel/git ${PYTHON_PKGNAMEPREFIX}honcho>0:sysutils/py-honcho@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-crontab>0:sysutils/py-python-crontab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
git:devel/git
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= frappe GH_ACCOUNT= frappe

File diff suppressed because it is too large Load Diff

View File

@ -1,20 +0,0 @@
--- setup.py.orig 2015-07-31 10:13:11 UTC
+++ setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packa
setup(
name='bench',
version='0.92',
- py_modules=find_packages(),
+ packages=find_packages(),
include_package_data=True,
url='https://github.com/frappe/bench',
author='Web Notes Technologies Pvt. Ltd.',
@@ -15,7 +15,7 @@ setup(
'requests',
'honcho',
'semantic_version',
- 'GitPython==0.3.2.RC1'
+ 'GitPython>=0.3.2.RC1'
],
entry_points='''
[console_scripts]

View File

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2024-09-27 13:44:50 UTC
+++ pyproject.toml
@@ -44,7 +44,7 @@ requires = [
[build-system]
requires = [
- "hatchling>=1.6.0,<=1.21.0",
+ "hatchling>=1.6.0,<=1.30.0",
]
build-backend = "hatchling.build"