summaryrefslogtreecommitdiff
path: root/sysutils/conan
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/conan: update 2.23.0 → 2.27.1Yuri Victorovich2026-04-182-4/+4
|
* sysutils/conan: update 2.22.2 → 2.23.0Yuri Victorovich2025-11-262-4/+4
|
* sysutils/conan: update 2.12.0 → 2.22.2Yuri Victorovich2025-11-092-5/+4
|
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-0/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* sysutils/conan: update 2.11.0 → 2.12.0Yuri Victorovich2025-01-283-13/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.9.2 → 2.11.0Yuri Victorovich2025-01-102-5/+6
|
* sysutils/conan: update 2.7.1 → 2.9.2Yuri Victorovich2024-11-082-4/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.6.0 → 2.7.1Yuri Victorovich2024-09-162-5/+5
| | | | Reported by: portscout
* sysutils/conan: Fix build by relaxing dependency version constraintsYuri Victorovich2024-08-041-10/+10
| | | | Reported by: fallout
* sysutils/conan: update 2.5.0 → 2.6.0Yuri Victorovich2024-08-022-4/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.2.3 → 2.5.0Yuri Victorovich2024-07-152-5/+4
| | | | Reported by: portscout
* devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyamlPo-Chuan Hsieh2024-07-071-1/+2
| | | | - Bump PORTREVISION of dependent ports for dependency change
* sysutils/conan: Unbreak by relaxing py-six dependency version rangeYuri Victorovich2024-07-071-1/+1
| | | | Reported by: fallout
* sysutils/conan: update 2.2.2 → 2.2.3Yuri Victorovich2024-04-182-5/+4
| | | | Reported by: portscout
* devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutilPo-Chuan Hsieh2024-04-131-1/+2
| | | | | | - Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change - While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
* sysutils/conan: update 2.2.1 → 2.2.2Yuri Victorovich2024-04-132-4/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.1.0 → 2.2.1Yuri Victorovich2024-03-222-4/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.0.17 → 2.1.0Yuri Victorovich2024-02-192-4/+4
|
* sysutils/conan: update 2.0.16 → 2.0.17Yuri Victorovich2024-01-112-4/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.0.10 → 2.0.16Yuri Victorovich2024-01-042-4/+4
| | | | Reported by: portscout
* sysutils/conan: update 2.0.9 → 2.0.10Yuri Victorovich2023-08-302-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 2.0.8 → 2.0.9Yuri Victorovich2023-07-252-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 2.0.7 → 2.0.8Yuri Victorovich2023-07-142-5/+5
| | | | Reported by: portscout
* sysutils/conan: Update 1.53.0 → 2.0.7Wen Heping2023-06-292-8/+8
| | | | PR: 272259
* */*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov2023-01-111-1/+1
| | | | | | PR: 267994 Differential revision: D37518 Approved by: bapt
* sysutils/conan: Update 1.52.0 -> 1.53.0Yuri Victorovich2022-10-062-5/+5
| | | | Reported by: portscout
* sysutils/conan: Allow build with py-yaml 6.0Po-Chuan Hsieh2022-10-031-10/+10
| | | | | | | | | | - While I'm here, remove superfluous , in *_DEPENDS from conans/requirements.txt: PyYAML>=3.11, <=6.0 Approved by: portmgr (blanket) With hat: python
* sysutils/conan: Update 1.51.0 -> 1.52.0Yuri Victorovich2022-09-302-4/+4
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/conan: Update 1.50.0 -> 1.51.0Yuri Victorovich2022-07-302-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.49.0 -> 1.50.0Yuri Victorovich2022-07-032-5/+4
| | | | Reported by: portscout
* sysutils/conan: Correct dependency lineRainer Hurling2022-06-031-1/+2
|
* sysutils/conan: Update 1.48.1 -> 1.49.0Yuri Victorovich2022-06-032-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.48.0 -> 1.48.1Yuri Victorovich2022-05-202-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.47.0 -> 1.48.0Yuri Victorovich2022-05-052-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.46.2 -> 1.47.0Yuri Victorovich2022-04-292-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.45.0 -> 1.46.2Yuri Victorovich2022-03-202-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.44.1 -> 1.45.0Yuri Victorovich2022-02-262-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.44.0 -> 1.44.1Yuri Victorovich2022-01-142-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.43.2 -> 1.44.0Yuri Victorovich2021-12-302-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.41.0 -> 1.43.2Yuri Victorovich2021-12-232-5/+5
| | | | Reported by: portscout
* sysutils/conan: Update 1.40.3 -> 1.41.0Yuri Victorovich2021-10-072-5/+4
| | | | Reported by: portscout
* www/py-pyjwt: Rename to www/py-pyjwt1Goran Mekic2021-10-041-1/+2
| | | | | | | To make it possible to easily import py-pyjwt v2.x move the current port to a versioned directory. Bump consumers after rename of the dependency. PR: 254038
* sysutils/conan: Update 1.40.2 -> 1.40.3Yuri Victorovich2021-10-022-4/+4
| | | | Reported by: portscout
* sysutils/conan: Update 1.40.0 -> 1.40.2Yuri Victorovich2021-09-262-4/+4
| | | | Reported by: portscout
* sysutils/conan: Remove conflicting dependency version limitationYuri Victorovich2021-09-161-1/+1
| | | | Reported by: fallout
* sysutils/conan: Update 1.39.0 -> 1.40.0Yuri Victorovich2021-09-133-31/+8
|
* sysutils/conan: Update 1.38.0 -> 1.39.0Yuri Victorovich2021-08-042-4/+4
| | | | Reported by: portscout
* sysutils/conan: Fix build with py-urllib3 1.26.5Po-Chuan Hsieh2021-07-242-4/+10
| | | | - While I'm here, update version requirement of RUN_DEPENDS