Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 24.09 #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,45 @@
{% set name = "7zip" %}
{% set version = "19.00" %}
{% set version = "24.09" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://downloads.sourceforge.net/project/sevenzip/7-Zip/{{ version }}/7z{{ version.replace('.', '') }}-src.7z
sha256: 9ba70a5e8485cf9061b30a2a84fe741de5aeb8dd271aab8889da0e9b3bf1868e
sha256: a33569eed0ce628fb9ceb9f46ac257d3f36b3966471667e65ba01878673c9faa

build:
number: 2
skip: true # [not win or win32]
number: 0
skip: true # [py<38]

requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
run_constrained:
- 7za <0.0.0a

test:
imports:

commands:
- 7z.exe
- 7zg.exe
- 7za.exe
- 7zr.exe

about:
home: https://www.7-zip.org/
license: LGPL-2.1-or-later AND LGPL-2.1-or-later WITH unRAR-restriction
license_family: LGPL
license_file:
- LICENSE.txt
- UNRAR_LICENSE.txt
description: |
7-Zip is a file archiver with a high compression ratio.
summary: 7-Zip is a file archiver with a high compression ratio.
dev_url: https://sourceforge.net/p/sevenzip/

doc_url: https://www.7-zip.org
extra:
recipe-maintainers:
- wolfv