Remove minimal and no_customization build flavors
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/bin/zsh
|
||||
#
|
||||
# Build script for all Python 3 frameworks
|
||||
# Adapted from https://github.com/munki/munki/blob/Munki3dev/code/tools/build_python_framework.sh
|
||||
# IMPORTANT
|
||||
# Run this with your current directory being the path where this script is located
|
||||
|
||||
TOOLSDIR=$(dirname $0)
|
||||
SIGNING_IDENTITY="Developer ID Installer: Mac Admins Open Source (T4SK8ZXCXG)"
|
||||
|
||||
"$TOOLSDIR/build_python_framework_pkgs.zsh" minimal ${SIGNING_IDENTITY}
|
||||
"$TOOLSDIR/build_python_framework_pkgs.zsh" no_customization ${SIGNING_IDENTITY}
|
||||
"$TOOLSDIR/build_python_framework_pkgs.zsh" recommended ${SIGNING_IDENTITY}
|
||||
@@ -1,2 +0,0 @@
|
||||
-r pyobjc.txt
|
||||
-r xattr.txt
|
||||
@@ -1,23 +0,0 @@
|
||||
-r arrow.txt
|
||||
-r asn1crypto.txt
|
||||
-r aspy.yaml.txt
|
||||
-r atomicwrites.txt
|
||||
-r black.txt
|
||||
-r boto.txt
|
||||
-r docklib.txt
|
||||
-r entrypoints.txt
|
||||
-r flake8-bugbear.txt
|
||||
-r funcsigs.txt
|
||||
-r isort.txt
|
||||
-r packaging.txt
|
||||
-r pre-commit.txt
|
||||
-r pyobjc.txt
|
||||
-r pytest.txt
|
||||
-r pytest-docker.txt
|
||||
-r python-dotenv.txt
|
||||
-r requests.txt
|
||||
-r rsa.txt
|
||||
-r slacker.txt
|
||||
-r Sphinx.txt
|
||||
-r tokenize-rt.txt
|
||||
-r xattr.txt
|
||||
@@ -1,7 +0,0 @@
|
||||
cffi==1.16.0
|
||||
--no-binary cffi
|
||||
pycparser==2.21
|
||||
pyobjc==10.1
|
||||
six==1.16.0
|
||||
xattr==1.0.0
|
||||
--no-binary xattr
|
||||
Reference in New Issue
Block a user