diff --git a/dev-python/fonttools/fonttools-4.39.2.recipe b/dev-python/fonttools/fonttools-4.40.0.recipe similarity index 83% rename from dev-python/fonttools/fonttools-4.39.2.recipe rename to dev-python/fonttools/fonttools-4.40.0.recipe index 2fae65dda..747a935bf 100644 --- a/dev-python/fonttools/fonttools-4.39.2.recipe +++ b/dev-python/fonttools/fonttools-4.40.0.recipe @@ -3,12 +3,20 @@ DESCRIPTION="FontTools is a library for manipulating fonts, written in Python.\ It supports TrueType, OpenType, AFM and to an extent Type 1 and some \ Mac-specific formats." HOMEPAGE="https://github.com/behdad/fonttools" -COPYRIGHT="1999-2004 Just van Rossum, Letterror, The Netherlands." -LICENSE="FONTTOOLS" -REVISION="2" +COPYRIGHT="2017 Just van Rossum + 2010 Pablo Impallari + 2001-2010 by the STI Pub Companies + 1998-2003 by MicroPress + 1990 by Elsevier, Inc. + 2015-2020 Belleve Invis + 2016 Google Inc." +LICENSE="MIT + SIL Open Font License v1.1 + Apache v2" +REVISION="3" SOURCE_URI="https://github.com/fonttools/fonttools/archive/$portVersion.tar.gz" SOURCE_FILENAME="fonttools-$portVersion.tar.gz" -CHECKSUM_SHA256="f49a6d3cf67c44a2e8da4435f42e736cbc96591c7033f86ab9f778b11b266b17" +CHECKSUM_SHA256="f03f5a5414587fed31d11e007e680ea522a918ea27a793a5931641ef5915bcd2" ARCHITECTURES="any" @@ -23,9 +31,9 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python310) -PYTHON_VERSIONS=(3.10) -defaultVersion=3.10 +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) +defaultVersion=3.9 for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/fonttools/licenses/FONTTOOLS b/dev-python/fonttools/licenses/FONTTOOLS deleted file mode 100644 index 2c90134af..000000000 --- a/dev-python/fonttools/licenses/FONTTOOLS +++ /dev/null @@ -1,25 +0,0 @@ -Copyright 1999-2004 -by Just van Rossum, Letterror, The Netherlands. - - All Rights Reserved - -Permission to use, copy, modify, and distribute this software and -its documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and -that both that copyright notice and this permission notice appear -in supporting documentation, and that the names of Just van Rossum -or Letterror not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -JUST VAN ROSSUM AND LETTERROR DISCLAIM ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL JUST VAN ROSSUM OR -LETTERROR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR -PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - - -just@letterror.com