diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/piddle | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/piddle')
-rw-r--r-- | dev-python/piddle/Manifest | 3 | ||||
-rw-r--r-- | dev-python/piddle/metadata.xml | 29 | ||||
-rw-r--r-- | dev-python/piddle/piddle-1.0.15-r1.ebuild | 21 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/piddle/Manifest b/dev-python/piddle/Manifest deleted file mode 100644 index 5e53e0852375..000000000000 --- a/dev-python/piddle/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST piddle-1.0.15.tar.gz 454044 BLAKE2B 7b878c3d178d24deba0b84ab99b073f771256a67972269ad915e5858d07a903de1dcc23b05ce14baf6f8d59c9be797f12a91d6619776fe16ba6b09bed277a6cb SHA512 5ab216f67721b47360a6e757bddb268173b7fbe3d1a54dfc6dda0a7c050064f833e24911f16882e98af1d56a6ee840a205aa4d0d2e394a375c7abc98d0074a07 -EBUILD piddle-1.0.15-r1.ebuild 484 BLAKE2B 9771d25108cbd85f6db5764aa312ec27f745aff7ed3e73243afae2deb77b3d1c57e2f2e8d316bbb351462b050cfbd89d9a2ca4e380e1bd89c3748c07c2fd3a1d SHA512 996e9b36ab8002501291d01e2d128cd8ff5b5c891f8b3b37ba0055f60bed72474d553b8330890387ce3d1d720abee13296ca8f0614a4b225be5745238b8cb16e -MISC metadata.xml 1880 BLAKE2B a3f46df16473797d594b6a2a25b3f4013204cbbac630f242bfa51eb148cd24aa2b7d2c920640912fec383104372bd321a6996a778d40229d4a793c6a22772bd2 SHA512 cbe13d492470bb2934620f274aac66ad8a6b3aa8d68acf3d929013ca9801427809d57b4cc1a1f09429621ed67fa1a5717d2630f169cc46e2c3224c3e0aa325f9 diff --git a/dev-python/piddle/metadata.xml b/dev-python/piddle/metadata.xml deleted file mode 100644 index dce2e6da3832..000000000000 --- a/dev-python/piddle/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> -PIDDLE is a Python module for creating two-dimensional graphics in a -manner that is both cross-platform and cross-media; that is, it can -support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file -output (PostScript, PDF, GIF, etc.). It makes use of the native 2D -drawing calls of each backend, for maximum efficiency and quality. It -works by defining a base class (piddle.Canvas) with methods for all -supported drawing primitives. A particular drawing context is provided -in the form of a derived class. PIDDLE applications will be able to -automatically select an appropriate backend for the user's environment. -</longdescription> - <longdescription lang="ja"> -PIDDLEはクロスプラットフォームとクロスメディアの両方のマナーに沿った二次元画像を -作成するためのPython言語モジュールです。つまり、これはファイル出力(Postscript, PDF, GIFなど)と同じ様にスクリーン・グラフィック(例えばQuickDraw, TK)をサポートします。最大限の効果と品質のため、ネイティブ2D描画を各バックエンドの呼出しのように -します。これは原始的なサポートされた描画方法を指すメソッドを持ったベース・クラス -(Paddle.Canvas)を明確にする事で働きます。特別のドロー・コンテキストは派生元クラスのフォームで提供されます。PIDDLEアプリケーションはユーザー環境に適切なバックエ -ンドを自動的に選択するでしょう。 -</longdescription> - <upstream> - <remote-id type="sourceforge">piddle</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/piddle/piddle-1.0.15-r1.ebuild b/dev-python/piddle/piddle-1.0.15-r1.ebuild deleted file mode 100644 index 33db772726d2..000000000000 --- a/dev-python/piddle/piddle-1.0.15-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Cross-media, cross-platform 2D graphics package" -HOMEPAGE="http://piddle.sourceforge.net/" -SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ia64 x86" -IUSE="doc" - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - distutils-r1_python_install_all -} |