From 09a6fa49059b6cfc1d0d42bc4aab8523ca767a93 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 4 May 2017 15:11:39 -0700 Subject: [PATCH] bump(dev-python/markdown): sync with upstream --- .../dev-python/markdown/ChangeLog | 205 ------------------ .../dev-python/markdown/Manifest | 30 +-- .../markdown/files/markdown-2.2.0-tests.patch | 80 ------- ...rkdown-2.6.8-dont-build-docs-default.patch | 14 ++ .../dev-python/markdown/markdown-2.1.0.ebuild | 44 ---- .../dev-python/markdown/markdown-2.1.1.ebuild | 47 ---- .../dev-python/markdown/markdown-2.2.0.ebuild | 53 ----- .../markdown/markdown-2.2.1-r1.ebuild | 60 ----- .../dev-python/markdown/markdown-2.2.1.ebuild | 49 ----- .../dev-python/markdown/markdown-2.3.1.ebuild | 59 ----- .../dev-python/markdown/markdown-2.3.ebuild | 60 ----- .../dev-python/markdown/markdown-2.4.1.ebuild | 60 ----- .../dev-python/markdown/markdown-2.4.ebuild | 60 ----- .../dev-python/markdown/markdown-2.6.1.ebuild | 44 ++++ .../dev-python/markdown/markdown-2.6.3.ebuild | 53 +++++ .../dev-python/markdown/markdown-2.6.4.ebuild | 53 +++++ .../dev-python/markdown/markdown-2.6.5.ebuild | 53 +++++ .../dev-python/markdown/markdown-2.6.6.ebuild | 53 +++++ .../dev-python/markdown/markdown-2.6.8.ebuild | 53 +++++ .../dev-python/markdown/metadata.xml | 18 +- .../md5-cache/dev-python/markdown-2.1.0 | 13 -- .../md5-cache/dev-python/markdown-2.1.1 | 13 -- .../md5-cache/dev-python/markdown-2.2.0 | 13 -- .../md5-cache/dev-python/markdown-2.2.1 | 13 -- .../md5-cache/dev-python/markdown-2.2.1-r1 | 14 -- .../md5-cache/dev-python/markdown-2.3 | 14 -- .../md5-cache/dev-python/markdown-2.3.1 | 14 -- .../md5-cache/dev-python/markdown-2.4 | 14 -- .../md5-cache/dev-python/markdown-2.4.1 | 14 -- .../md5-cache/dev-python/markdown-2.6.1 | 14 ++ .../md5-cache/dev-python/markdown-2.6.3 | 14 ++ .../md5-cache/dev-python/markdown-2.6.4 | 14 ++ .../md5-cache/dev-python/markdown-2.6.5 | 14 ++ .../md5-cache/dev-python/markdown-2.6.6 | 14 ++ .../md5-cache/dev-python/markdown-2.6.8 | 14 ++ 35 files changed, 428 insertions(+), 926 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/ChangeLog delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.2.0-tests.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.0.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.0.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1-r1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.4.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.6.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.0 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.0 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1-r1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3.1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.4 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.5 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.6 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.8 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/markdown/ChangeLog deleted file mode 100644 index d06699ca12..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/ChangeLog +++ /dev/null @@ -1,205 +0,0 @@ -# ChangeLog for dev-python/markdown -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.53 2014/05/26 08:46:17 patrick Exp $ - -*markdown-2.4.1 (26 May 2014) - - 26 May 2014; Patrick Lauer +markdown-2.4.1.ebuild: - Bump - -*markdown-2.4 (12 Apr 2014) - - 12 Apr 2014; Ian Delaney +markdown-2.4.ebuild: - bump; add py3.4 support, drop py2.6 py3.2 subsequent to testsuite failures - - 07 Apr 2014; Sébastien Fabbro markdown-2.3.ebuild: - Keyword ~amd64-linux ~x86-linux - - 31 Mar 2014; Michał Górny markdown-2.2.1-r1.ebuild, - markdown-2.3.1.ebuild, markdown-2.3.ebuild: - Add support for the new PyPy slotting. - - 06 Feb 2014; Sébastien Fabbro markdown-2.3.1.ebuild: - Keyword amd64-linux and x86-linux - - 23 Dec 2013; Agostino Sarubbo markdown-2.3.1.ebuild: - Stable for sparc, wrt bug #487868 - - 21 Dec 2013; Agostino Sarubbo markdown-2.3.1.ebuild: - Stable for ppc, wrt bug #487868 - - 20 Dec 2013; Akinori Hattori markdown-2.3.1.ebuild: - ia64 stable wrt bug #487868 - - 02 Dec 2013; Johannes Huber markdown-2.3.1.ebuild: - x86 stable, bug #487868 - - 04 Nov 2013; Matt Turner markdown-2.3.1.ebuild: - alpha stable, bug 487868. - - 22 Oct 2013; Fabian Groffen markdown-2.3.1.ebuild: - Marked ~x64-macos, bug #487670 - - 14 Oct 2013; Tony Vroon markdown-2.3.1.ebuild: - Marked stable on AMD64 based on arch tester report by Elijah "Armageddon" El - Lazkani in bug #487868. - - 05 Sep 2013; Michał Górny markdown-2.2.1-r1.ebuild, - markdown-2.3.1.ebuild, markdown-2.3.ebuild: - Clean up PYTHON_COMPAT from old implementations. - - 06 Jun 2013; Mike Gilbert markdown-2.3.1.ebuild: - Remove obsolete comment. - - 05 Jun 2013; Rick Farina markdown-2.2.1-r1.ebuild, - markdown-2.3.1.ebuild, markdown-2.3.ebuild: - adding ~arm keyword - - 29 May 2013; Ian Delaney markdown-2.3.1.ebuild: - add py3.3 support - - 31 Mar 2013; Agostino Sarubbo markdown-2.2.1-r1.ebuild: - Stable for sparc, wrt bug #457328 - - 30 Mar 2013; Agostino Sarubbo markdown-2.2.1-r1.ebuild: - Stable for alpha, wrt bug #457328 - - 28 Mar 2013; Agostino Sarubbo markdown-2.2.1-r1.ebuild: - Stable for ia64, wrt bug #457328 - - 26 Mar 2013; Agostino Sarubbo markdown-2.2.1-r1.ebuild: - Stable for ppc, wrt bug #457328 - -*markdown-2.3.1 (26 Mar 2013) - - 26 Mar 2013; Patrick Lauer +markdown-2.3.1.ebuild: - Bump - - 25 Mar 2013; Agostino Sarubbo markdown-2.2.1-r1.ebuild: - Stable for x86, wrt bug #457328 - - 25 Mar 2013; Agostino Sarubbo markdown-2.2.1-r1.ebuild: - Stable for amd64, wrt bug #457328 - -*markdown-2.3 (19 Mar 2013) - - 19 Mar 2013; Patrick Lauer +markdown-2.3.ebuild: - Bump - -*markdown-2.2.1-r1 (13 Jan 2013) - - 13 Jan 2013; Michał Górny +markdown-2.2.1-r1.ebuild: - Migrate to distutils-r1. Build docs only once, and only when requested. - -*markdown-2.2.1 (11 Jan 2013) - - 11 Jan 2013; Patrick Lauer +markdown-2.2.1.ebuild: - Bump for #451218 - - 17 Nov 2012; Mike Gilbert markdown-2.2.0.ebuild: - Restrict python 2.5. - - 13 Nov 2012; Agostino Sarubbo markdown-2.1.1.ebuild: - Stable for amd64, wrt bug #437288 - -*markdown-2.2.0 (11 Nov 2012) - - 11 Nov 2012; Ian Delaney - +files/markdown-2.2.0-tests.patch, +markdown-2.2.0.ebuild, - -markdown-2.0.3.ebuild: - Dropped version-2.0.3, bumped version-2.2.0, upstream patch fixes broken test, - upstream issue #112, fixes Bug #437290 - - 07 Oct 2012; Raúl Porcel markdown-2.1.1.ebuild: - alpha/ia64/sparc/x86 stable wrt #437288 - - 07 Oct 2012; nixnut markdown-2.1.1.ebuild: - ppc stable #437288 - - 06 Oct 2012; Mike Gilbert markdown-2.1.0.ebuild, - markdown-2.1.1.ebuild: - Depend on nose for tests, bug 437442 by Vicente Olivert Riera. - - 10 May 2012; Mike Gilbert markdown-2.1.1.ebuild: - Call 2to3-${PYTHON_ABI}, spotted by Arfrever. - - 09 May 2012; Mike Gilbert markdown-2.1.1.ebuild: - Unrestrict python 3, bug 407925 by W. Trevor King. - -*markdown-2.1.1 (20 Feb 2012) - - 20 Feb 2012; Patrick Lauer +markdown-2.1.1.ebuild: - Bump for #404543 - -*markdown-2.1.0 (01 Dec 2011) - - 01 Dec 2011; Dirkjan Ochtman +markdown-2.1.0.ebuild: - Version bump, add testing. - - 07 Jul 2011; Jesus Rivero markdown-2.0.3.ebuild: - Added doc USE flag. Fixed dodoc on dir wrt bug #367689 - - 19 Sep 2010; Arfrever Frehtes Taifersar Arahesis - -markdown-2.0.2.ebuild: - Delete. - - 19 Sep 2010; Arfrever Frehtes Taifersar Arahesis - markdown-2.0.3.ebuild: - Update EAPI. Fix dependencies. Use PyPI mirrors. - - 24 Jun 2010; Pacho Ramos markdown-2.0.3.ebuild: - stable amd64, bug 310261 - - 18 Nov 2009; Mounir Lamouri markdown-2.0.3.ebuild: - Stable for ppc, bug 292316 - - 14 Nov 2009; Raúl Porcel markdown-2.0.3.ebuild: - ia64/sparc/x86 stable wrt #288165 - - 08 Nov 2009; Tobias Klausmann markdown-2.0.3.ebuild: - Stable on alpha, bug #288165 - - 03 Nov 2009; Raúl Porcel markdown-2.0.2.ebuild, - markdown-2.0.3.ebuild: - Add ~ia64/~sparc wrt #285153 - -*markdown-2.0.3 (08 Oct 2009) - - 08 Oct 2009; Arfrever Frehtes Taifersar Arahesis - -markdown-2.0.1.ebuild, +markdown-2.0.3.ebuild: - Version bump. - - 07 Oct 2009; Mounir Lamouri markdown-2.0.2.ebuild: - Keywording for ppc, bug 285153 - - 06 Oct 2009; Fabian Groffen markdown-2.0.2.ebuild: - Marked ~ppc-macos and ~x86-macos, bug #287632 - - 03 Oct 2009; Tobias Klausmann markdown-2.0.2.ebuild: - Keyworded on alpha, bug #285153 - - 01 Oct 2009; Tobias Klausmann markdown-2.0.1.ebuild: - Keyworded on alpha, bug #285153 - -*markdown-2.0.2 (28 Sep 2009) - - 28 Sep 2009; Arfrever Frehtes Taifersar Arahesis - +markdown-2.0.2.ebuild: - Version bump. - - 16 Sep 2009; Arfrever Frehtes Taifersar Arahesis - -markdown-2.0.ebuild: - Delete older ebuild. - -*markdown-2.0.1 (04 Aug 2009) - - 04 Aug 2009; Arfrever Frehtes Taifersar Arahesis - +markdown-2.0.1.ebuild: - Version bump (bug #279946). Set SUPPORT_PYTHON_ABIS. - -*markdown-2.0 (25 Apr 2009) - - 25 Apr 2009; Patrick Lauer +metadata.xml, - +markdown-2.0.ebuild: - Initial import. Fixes #156999. Thanks to Naoaki Shindo, Torsten Rehn and - Priit Laes for working on the ebuild. diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest index 157bfff11a..fad43d23ef 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest @@ -1,20 +1,10 @@ -AUX markdown-2.2.0-tests.patch 3555 SHA256 881c545feb128fc9e5367a3aa550e032617ae194c171f094063e3d26fb574e68 SHA512 5aee58ea26dca1d801f4b83a02e3b405c2ac8d8b881bec11e1e0b84c676a2242309bdd5e7d94f5a892893d068c0dd2ffaf842c62ec34156ba227972dc86b93dd WHIRLPOOL fc5125f6e62961d3db3e559e5daf8f81705561694ab80501e14559b4d91c7cdbdd6f35bd0832c0a7651a7dad1bce87b7d3ee3564edcdf84294caad31bd7018dd -DIST Markdown-2.1.0.tar.gz 241583 SHA256 ab537478e98137c0fa1cb4149adae23ddc56490ca6e8bb1b6130d91ada81d964 SHA512 ed6df021068a72524fbd98e4204a50cdc78a3fae85c8173dc0103ed82aad7cd446b6d60772a3c299fc7b8e3f9e26a47585aa887385f37dd5c5d12d647a5a96ee WHIRLPOOL 02771f81b2a445d777de73ed19f35d46799d22e9b5a3163a83b8f8317e6f0f24b854eb09bd454f99c335e83b411943a32dd57738d28e5c817213815285fa08e6 -DIST Markdown-2.1.1.tar.gz 242852 SHA256 be6c8cc8163875062b60d759451fec1e55fd3426321b52a6a9077a3f95503864 SHA512 aa20209afc0f8b6bd3f39307b8487ffdf47b2ad017b8c6db70fcb2878c751a007c7f99bc71b1fe8abb7553468997a7b2be69f12211015835b94521a8c8c8657b WHIRLPOOL 2960850130190b0a123187160a0952d4e43f77cde0caddc3cc2142f361798e7c5fafd79c96a4ef03d51c3106db68cbccbffb03c1305f42bc808e63f10fe30b7b -DIST Markdown-2.2.0.tar.gz 236894 SHA256 98e1b0a0b2f87b8310d2060a560f427c24ee16c96c83c98ea416f1f8ddc379b5 SHA512 d4a5bbe8bb70dc0737805a52830f485be10d12d7fb628ee54be92bd1a1e11875dc6a6af280c3624b1b97eb7fb28976817b0b8fff45ac8ebe71245c26a4c058b8 WHIRLPOOL eca04fa3ebe8db33f8c0353f589048c75094662bddfbc0ffa4e2a6747f1e1c06c13e123530530fb35e24fe3ef1264efdc9dac1957b92612b45c98f39bcea6cd2 -DIST Markdown-2.2.1.tar.gz 260043 SHA256 f8b9a1efceab71afe9336a7c456fde36bfb0f505fb664ebb7f3dd44eddab44b6 SHA512 aa975a9d015e3e1320f35381c7e83e1f355222a3c0096e65ce4f1a1fa253fe0e3389ce1b3786b1cf40f4160863ede39d1081c655efe1c24132a766f02418fd61 WHIRLPOOL d455bee3ae25322bcaffa27f4f455bc5c1473aab3aeb8d983484275303011a9489502ac5f919539b67e423a3891aa5309c427050ca525af26a65cc8c776e064a -DIST Markdown-2.3.1.tar.gz 267131 SHA256 ffebd9385717aba00ff4e95b705b7693ddf12a7d483483d441218b6d3f4cf290 SHA512 4ceb0405825fb20f4432134b7904d402b41b1d95c18e10e484a71011a1429ae83804437ed94ce60315fb48664f096a8f5d8d9e0111cab332fe5c978d62d569a6 WHIRLPOOL df7d6b7046949fef03f4e65e996bc086bc0f57272e3b91387dcb2243800cbbba4f3395adb770bd4f89c8466dab26a1fe15ec122bca3dc6e8486e07f9e3b70e9e -DIST Markdown-2.3.tar.gz 268514 SHA256 b2175e573eedf4cff47f116f06a53ba50aeb0656ff58a9577e0547cd5b0be3ab SHA512 61f26a32d26a9085f6aec3133a43e6c4cc02ef5a710f136e141f9719c7673818bce413b2801bb5012b078155ae1f993487fb36c74c61276bad0378eb82025131 WHIRLPOOL 277b31ef9ff47cf77861d55cec314fc9c54ef33a62a13171d73066104bc35215514309611b8f5034b24efd8011c7b442623e7717c36b698ca56471d5e5bd8cde -DIST Markdown-2.4.1.tar.gz 279760 SHA256 812ec5249f45edc31330b7fb06e52aaf6ab2d83aa27047df7cb6837ef2d269b6 SHA512 aad3af6a62ca6ed12b119d3495fd679fa030e472833cc73908f88e34a9aed442b150eb8ee4b539ca640a31da0b1ef590547c52d8626ac5f243d15ce0d00df1ac WHIRLPOOL bd460c6661dddf585bcce8cfc71dde838dd9ae808ff331058e9f70cb8cff8b39f5a86d6447364c54690d2eb460679c2634f60509171b54c7c437434d4fe72d68 -DIST Markdown-2.4.tar.gz 260026 SHA256 b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae SHA512 95ecaa0d916bf6f6f46caec3f1de7c2fffe3abfc3e9acf9dbbd0ad7fb998b5a33920c29d107d69cdb8b6e197cac36bf221bbac6b4e0fe4b7505c59e1eb45ca7f WHIRLPOOL e05e620f732f1d717d3c1637064e043005cc8479e66ce67f7089a4c54c0bfa5f4ac0f9271c1ca23222904166251fc2c8c52210ec4293cc447b0718c340ab46bc -EBUILD markdown-2.1.0.ebuild 1057 SHA256 baa418269c8ffb260f8b3ad0b12237450b8ab347228b0d1e7f448bdde4ae9004 SHA512 1f1f0dad9f9d4e122705aa7d3354d7e3c7455a030a78799567143a2f9b108ca38c00b8947743585185b210783a19b49a2ec226c752f81b9f890169b113d00d24 WHIRLPOOL ffc587d61dfb77816a1bc8f32a9a843771da69edca5a37bf3f6d277817abd37ef17ef3bed88a18ef4bd095986ea6433dd5766433ca8cbe09feaf81707a98c7cb -EBUILD markdown-2.1.1.ebuild 1215 SHA256 e82fd9d2e986ac4a68a1e45dfb75527c53cd569a80f8164c505dace69bbd9b83 SHA512 ce31aa295fffb23939ca11c1aaa048a8bd40bd7d248f931beaf5aeb47abb6bd6b33950f2dc9049015cb57458488402e25509732fa708f985ec34c08a2161408d WHIRLPOOL 068823f5cfb870617794c86570ed7962633222921e966ca4a3356957815dbeeaa1e87e57a8534b076a1c87266d21a532f150f4245d260ab328c35ac770c442a4 -EBUILD markdown-2.2.0.ebuild 1345 SHA256 1f2b6ef737f5a18f2680a11e190d6882f2b8787d546f246ecfd1ad9ba028549a SHA512 005f4bf5b115444bcc9c117a17a1f8c7b54ef44d70edaa0c828074e05a0740016f30b0efb968ceebb580b00e22539261191f43c70dca7e4514f39c03239f604c WHIRLPOOL 2efe6d4c56686e82bda29dde365a4f98f78c31df4a14ae2ef0996dcf27db94d8374e2c9e8e942a9c18b32c83200ea869f8539bdfee66bd9306aa2269dfe65fbd -EBUILD markdown-2.2.1-r1.ebuild 1580 SHA256 cc5c5e6ea4e93b31712265ed5c048282ab7112f3c4e94fd1907cea9572ad32e0 SHA512 a517c63d11f793e0df6ed076ab84f996d2d756ad1a2b45ac91278b2790ecfb4460fc99104bed37c4364251497e25d4a48710b4002b1145310d3fe67c0ef5c35e WHIRLPOOL 911e3a181db39f35b0d330babf8870199a7ad4113ccbab9563b749f761a33211499a4c051950a4df9ec8cfcac166bb9b2e578581143a6f6346e7151b0ee8c1e9 -EBUILD markdown-2.2.1.ebuild 1287 SHA256 7da8f1a4b4d0b4f50c1b7d32a893bb0d84e1641a067022345b2589722dacdc68 SHA512 9cee914115140c220f0e510cb871b2f5c72b42d61dc4db7fa319e5e2b5171b082b455ab0ae90be78186a1900f1d4009a3f1696a7900bcaea6da951b920695c6d WHIRLPOOL 6899d20071e5df24797f056cbdeca2411baeaa0b48f7e68211ec5d5e70ec7fabc816f5351360541406fc9dc13f8037e6b20aa1603f18730f84eee71a78cbc678 -EBUILD markdown-2.3.1.ebuild 1573 SHA256 7765a2a9ff1847395f7bfad68e588867713c489fb85fe8a15809943d447dfeaa SHA512 ad526a4259153b81e9c7b0984ccc034f786735a6d3f428d12a10dea3471422077af877232fc023a410ab1fad582b2385d2d2066225f8ed297b1775ff7200f888 WHIRLPOOL 9dcf75f857a02e0c52dac05b501382c607900fce3491913715ffd96d9bade54b7225fd9fc4abed3b8a840348525df60d59ec0bc774875282d5bba0fabbb3b26f -EBUILD markdown-2.3.ebuild 1606 SHA256 04dae3517f91bd54084f5708b9585e5a3089e949a109b716c9b6c0cacd63b4e1 SHA512 dd96ccfdece349594f86380be19b29ac802bb16d45931d1293974c892843d41010e77beee0f6c06f8012ef4f3b3b5fcf7f6dfb31472ecefb35c23065561611a8 WHIRLPOOL ddff1d64edeed3167cc3d11640aa20dce10f32d13e4f9f3cd7d7a02493a34d94e30f19d9e8154dc831d3657b2e74e97430bd6cae7c7b1756c65fca0e5fd0935e -EBUILD markdown-2.4.1.ebuild 1601 SHA256 31ceb2ba06e185815a5e35f0ded742f33cea1a5612f9073f4df1caf96792a141 SHA512 ff020b90e00c89c203f677b9695ccfe675442d63e13b1cb4adac1ca955a8d4e8cd4e9299ca69a30670db98ca56a398ed101f661e45e5947f09eabddda0b68af6 WHIRLPOOL 81bc77ec120fdb7a7d7e71e040b0db5520ef0279157768eebb4108a472c6ef8411b0f6cf89c01868286e6670add56a98e15f92772a8a03899a5fff159827370c -EBUILD markdown-2.4.ebuild 1599 SHA256 2f7d53933ac7ee41676cebf1200ee861f986c8d0119020011f9e623f010ebd3d SHA512 9ec8cf4a3cc2afa7332caf87ddf42ab703d52db5df8a93e4abf11adb6dd0b8658535d9f76ef7aa8642a5efc766e3f617a86e4e1b95a5f4551a3dcadca640b744 WHIRLPOOL 75374f9d073c41b20b7853776a0bb7731014212241f5cc63ce93a8d5c80a23e33616ae7864b9fd2e9ace3e9a3155029ac24bebc6beed25c0da8a103477ad7c9a -MISC ChangeLog 7026 SHA256 cc712234dfc238ee4d56a155c5c9447f51710f51143a2594c0424443b42eb92d SHA512 6565176d94c917ca25845656b697a337447f507cc62ed88cf638553456b86da20f5df3ba529f20024694639d052a690547ea23fbd6bfbd46aa714bee70e048f4 WHIRLPOOL b798ff3a1e2e0032a33063e7a3db9dd573148719c6bea1933a5da769884273cc14be99cb203806bfc54d03bf48630b2fe0b8dd08f4163f6e18d51559b2727330 -MISC metadata.xml 307 SHA256 3ec0e0e960786c21e3aef2fefe59d5cb727804b728c0d5bd67ef665ad514b0c5 SHA512 7668e9bc82401b223b3ce12d3231304febdbf93d215f8b9707cf64d5d4a879f6a8352aba5702b134d3c99c8efe7903ea3eb6c4125b49567e3301558188e7bc07 WHIRLPOOL 3340bf1c34c19340d8b7006b0f1822491ccd5381e0f41c8920e9c273937443e7bc9fc6bc3223421e363e2c20793c6cb8bde5de5993a4d7389c941fd6bea830b6 +AUX markdown-2.6.8-dont-build-docs-default.patch 387 SHA256 23b0d1f617d3946de51d19357ff971e52bab523701e868216dd3472e2affa442 SHA512 71f7534ce557e061c4f09b9a78aa05fd1e3f16f44c55d5597fa4901c0349f7ec7d0093eab655950812e2cab6d607377d2a15a6583009cb90ae32659c6949cfff WHIRLPOOL 07bf93a6f1b2e6d2d983e52309eb76a3a724f6fa58c4157d10d421697bbf841ed234cc3c6667cc6a975fd4181afd53195c286e008c5b8c5ca9ae7703ff05f578 +DIST Markdown-2.6.1.tar.gz 298074 SHA256 b5879b87e8e5c125c92ab8c8f3babce78ad4e840446eed73c5b6e2984648d2b1 SHA512 53e11c5d4feacdb8210427da65b6b09453e8c904e86b42095a80132a4b67e926ba974458769e5227bfeaddd3bba5f6bd7ca7e3385951982ec982f63989119d78 WHIRLPOOL 58b6d87354ee19aac7ad1567e10f2cdc99c1aa980d3bee2fee81a5ccb5e70f43d13750dfaf1df9a42c00f3d35664731b52bfa1246271907f5a3422281ede1cc6 +DIST Markdown-2.6.5.tar.gz 301781 SHA256 8d94cf6273606f76753fcb1324623792b3738c7612c2b180c85cc5e88642e560 SHA512 d966136a7184ada4eec70af661aba441694a8c4f59e57d59a28dfbc1649ca1e90cc1e4a29b354b3caf35362e1e0c96eeb3f46c68f82d7a898b76c08866d459d3 WHIRLPOOL 752414989f7b3ba04f4f4d8b9f855c9d64f816c61b4d6333e1b3c15b2aadf6579f1b1f0a686ca3eccfc3fcdaac8007c6655a0f331d795a8a0b07ef83dda2465c +DIST Markdown-2.6.8.tar.gz 307330 SHA256 0ac8a81e658167da95d063a9279c9c1b2699f37c7c4153256a458b3a43860e33 SHA512 85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23 WHIRLPOOL a7472b1feb23db0b6fbf8826979d1f82ad6e84dd6d33b66e4bfba9c2914ff10ec278d444aa8ab740d1d290cb1bd6682cb4f6e9cedf66c5cae8d0a5f96cfd4804 +EBUILD markdown-2.6.1.ebuild 1262 SHA256 662529f8a8a4ae92291a59fdeeffc131f6b8f7ba41c82efb6b2476513d11d274 SHA512 ddaac99dd6fc3f2dcf1f2cfd14d8401058fe729fea31bc82f949cfe168fca6d093634b98eef3868f80bdb7a5386e2b6b1e87eccab17f969c60dcf365398ac41a WHIRLPOOL 4bca917bfb1d25594f293ceb05bd24acd50925fcef8f26a54f8150e7c1b89b1224f117fb549e4a01f41987b3dc84443830a3b09a016b4c6b69a7fcb9ad3ea165 +EBUILD markdown-2.6.5.ebuild 1415 SHA256 cdf06040a7b48047a9b95a9696f139d758bef41289c8c13a62ec30e7a2675620 SHA512 56cc3de1e0334b06617445bdc59c55421bf39a0500930cdd913c1fb9c8a64629a0a060a754c38dc09c448895ad42f18f1485facb2b5ef538e50a5134fcd757cb WHIRLPOOL 0acc970be2d83717db8bd769ac6057f3ebafb79ce8eb960727ce5a3445598c90743c16746f483066df88b6ae34e152135c0cfe134431d7aa7af3432d98442f98 +EBUILD markdown-2.6.8.ebuild 1457 SHA256 9ff55ac5ad53d9571a711245a6115e1e073e4e18fdb3046d36d57cb2647a2137 SHA512 740194f42bd3ea464ec647b747c652a6449bb4b551dfea577e6767b49c9cf43cd45b8958394cd598f284c459f30be4b7f0c1550790ec5cd9bb62f691df9d95d0 WHIRLPOOL 96d0c63f103832d1646179910bc87fcbeb9490a0d38e34dfde4444592850caff03c4360ff3b4b364a94841a8c0f497b04690f4bff1d8c2cc03e09fcce380982c +MISC ChangeLog 4529 SHA256 7812da61bc6216f03b9e34a8806649797c128eee9229c52f58b241e9f781c5e1 SHA512 23637415bfe62a4a9a604bc34bde66be55247234bc5fb76c1c1ffc50bb15e76a20062e19216b1f4d8b6e45f45bfbe5ccdf68b4346cf3522c332d7251e44135e9 WHIRLPOOL cb4c396220814fb2938de3b9f47246ba08bd8fd490c501345b0a2fe07085464f3448ad561646a0310ba1d9300c48cc62bb513994bb672f57f37fbfd78574085a +MISC ChangeLog-2015 10110 SHA256 0e41baa82e3cb11ae76f0163bd724b96150c77d18b5c56ce5d851cdc5d7b43a1 SHA512 91145c9f3c46c07c153946f2845eab23a35789dd2ef25c178f50966b764abd74c2dde79dfa4ed971a2782ac35e055ce3baffc148899903458bab6374051ab033 WHIRLPOOL ccc1629eb976416acc5148dfa09bd8fc9161082282a37c879828d8219dfe4eb8bac1d74eeae226634601a17e5863dac1af35d9114e69bb23916393ce1a471327 +MISC metadata.xml 465 SHA256 84dcfd8ce02886121b44a2c3c0129fc274c623fa4dd540c104aec20037c8ccf6 SHA512 4c9a52b62e49040fde94cc2d3d9edf88c42d085639d893fb81d119b8c216100f912e2725a1bbb31b1136b505ef8102f560989289da5aadc6c8f433f0186da44c WHIRLPOOL e863a31fc72ed8f30d783db6fdcace5784366c1da954f53650e2d363cc31c61c2f6e448d95a349b450ddcbb606d57597ad0c7e4a975784732db21937edde94a1 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.2.0-tests.patch b/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.2.0-tests.patch deleted file mode 100644 index ef05702c64..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.2.0-tests.patch +++ /dev/null @@ -1,80 +0,0 @@ -https://github.com/waylan/Python-Markdown/issues/112 -https://github.com/waylan/Python-Markdown/commit/5b3e724fb78da73ab87fb34e4ac9d9299773cfed - ---- markdown/__init__.py -+++ markdown/__init__.py -@@ -37,6 +37,7 @@ - import codecs - import sys - import logging -+import warnings - import util - from preprocessors import build_preprocessors - from blockprocessors import build_block_parser -@@ -163,10 +164,10 @@ - if isinstance(ext, basestring): - ext = self.build_extension(ext, configs.get(ext, [])) - if isinstance(ext, Extension): -- # might raise NotImplementedError, but that's the extension author's problem - ext.extendMarkdown(self, globals()) - elif ext is not None: -- raise ValueError('Extension "%s.%s" must be of type: "markdown.Extension".' \ -+ raise TypeError( -+ 'Extension "%s.%s" must be of type: "markdown.Extension"' - % (ext.__class__.__module__, ext.__class__.__name__)) - - return self -@@ -200,19 +201,22 @@ - module_name_old_style = '_'.join(['mdx', ext_name]) - try: # Old style (mdx_) - module = __import__(module_name_old_style) -- except ImportError: -- logger.warn("Failed loading extension '%s' from '%s' or '%s'" -- % (ext_name, module_name, module_name_old_style)) -- # Return None so we don't try to initiate none-existant extension -- return None -+ except ImportError, e: -+ message = "Failed loading extension '%s' from '%s' or '%s'" \ -+ % (ext_name, module_name, module_name_old_style) -+ e.args = (message,) + e.args[1:] -+ raise - - # If the module is loaded successfully, we expect it to define a - # function called makeExtension() - try: - return module.makeExtension(configs.items()) - except AttributeError, e: -- logger.warn("Failed to initiate extension '%s': %s" % (ext_name, e)) -- return None -+ message = e.args[0] -+ message = "Failed to initiate extension " \ -+ "'%s': %s" % (ext_name, message) -+ e.args = (message,) + e.args[1:] -+ raise - - def registerExtension(self, extension): - """ This gets called by the extension """ ---- tests/test_apis.py -+++ tests/test_apis.py -@@ -245,18 +245,18 @@ - - def testLoadExtensionFailure(self): - """ Test failure of an extension to load. """ -- self.assertRaises(ValueError, -+ self.assertRaises(ImportError, - markdown.Markdown, extensions=['non_existant_ext']) - - def testLoadBadExtension(self): - """ Test loading of an Extension with no makeExtension function. """ - _create_fake_extension(name='fake', has_factory_func=False) -- self.assertRaises(ValueError, markdown.Markdown, extensions=['fake']) -+ self.assertRaises(AttributeError, markdown.Markdown, extensions=['fake']) - - def testNonExtension(self): - """ Test loading a non Extension object as an extension. """ - _create_fake_extension(name='fake', is_wrong_type=True) -- self.assertRaises(ValueError, markdown.Markdown, extensions=['fake']) -+ self.assertRaises(TypeError, markdown.Markdown, extensions=['fake']) - - def testBaseExtention(self): - """ Test that the base Extension class will raise NotImplemented. """ diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch b/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch new file mode 100644 index 0000000000..65b7d21c55 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch @@ -0,0 +1,14 @@ +Don't build docs by default, which causes issues when trying +to remove .txt files, as they will be readded on installing. + +--- a/setup.py ++++ b/setup.py +@@ -204,7 +204,7 @@ + + def initialize_options(self): + build.initialize_options(self) +- self.no_build_docs = False ++ self.no_build_docs = True + + def has_docs(self): + return not self.no_build_docs diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.0.ebuild deleted file mode 100644 index 0c8b0b6e22..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.1.0.ebuild,v 1.2 2012/10/06 23:50:48 floppym Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose )" -RDEPEND="pygments? ( dev-python/pygments )" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - - if use doc; then - dodoc docs/[!extensions]* - docinto extensions - dodoc docs/extensions/* - fi -} - -src_test() { - testing() { - "$(PYTHON)" run-tests.py - } - python_execute_function testing -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.1.ebuild deleted file mode 100644 index e4e7cc156b..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.1.1.ebuild,v 1.7 2012/11/13 14:23:53 ago Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~ppc-macos ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose )" -RDEPEND="pygments? ( dev-python/pygments )" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - - if use doc; then - dodoc docs/[!extensions]* - docinto extensions - dodoc docs/extensions/* - fi -} - -src_test() { - testing() { - cp -r run-tests.py tests build-${PYTHON_ABI}/ || return - cd build-${PYTHON_ABI} - if [[ $(python_get_version -l --major) == 3 ]]; then - 2to3-${PYTHON_ABI} -n -w --no-diffs tests || return - fi - PYTHONPATH=lib "$(PYTHON)" run-tests.py - } - python_execute_function testing -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.0.ebuild deleted file mode 100644 index c84ec52781..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.2.0.ebuild,v 1.2 2012/11/17 19:14:03 floppym Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.6 3:3.1" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils eutils - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose )" -RDEPEND="pygments? ( dev-python/pygments )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/${P}-tests.patch" -} - -src_install() { - distutils_src_install - - if use doc; then - dodoc docs/[!extensions]* - docinto extensions - dodoc docs/extensions/* - fi -} - -src_test() { - testing() { - cp -r run-tests.py tests build-${PYTHON_ABI}/ || return - cd build-${PYTHON_ABI} - if [[ $(python_get_version -l --major) == 3 ]]; then - 2to3-${PYTHON_ABI} -n -w --no-diffs tests || return - fi - PYTHONPATH=lib "$(PYTHON)" run-tests.py - } - python_execute_function testing -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1-r1.ebuild deleted file mode 100644 index c94b1ed11b..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.2.1-r1.ebuild,v 1.10 2014/03/31 20:54:31 mgorny Exp $ - -EAPI=5 -# python3.3 because of dev-python/pygments -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86 ~ppc-macos ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # do not build docs over and over again - sed -i -e "/'build':/s:md_build:build:" setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_docs -} - -python_install_all() { - if use doc; then - local DOCS=( docs/. ) - - # templates which we don't want in docdir - rm -f docs/*.{html,css,png} - fi - - distutils-r1_python_install_all -} - -python_test() { - cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die - cd "${BUILD_DIR}" || die - - if [[ ${EPYTHON} == python3* ]]; then - # don't use -n: it causes writes to hardlinked files - 2to3 -w --no-diffs tests || die - fi - - "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1.ebuild deleted file mode 100644 index 6d3a54a474..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.2.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.2.1.ebuild,v 1.1 2013/01/11 08:01:42 patrick Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.6 3:3.1" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils eutils - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose )" -RDEPEND="pygments? ( dev-python/pygments )" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - - if use doc; then - dodoc docs/[!extensions]* - docinto extensions - dodoc docs/extensions/* - fi -} - -src_test() { - testing() { - cp -r run-tests.py tests build-${PYTHON_ABI}/ || return - cd build-${PYTHON_ABI} - if [[ $(python_get_version -l --major) == 3 ]]; then - 2to3-${PYTHON_ABI} -n -w --no-diffs tests || return - fi - PYTHONPATH=lib "$(PYTHON)" run-tests.py - } - python_execute_function testing -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.1.ebuild deleted file mode 100644 index 201606d124..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.3.1.ebuild,v 1.14 2014/03/31 20:54:31 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # do not build docs over and over again - sed -i -e "/'build':/s:md_build:build:" setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_docs -} - -python_install_all() { - if use doc; then - local DOCS=( docs/. ) - - # templates which we don't want in docdir - rm -f docs/*.{html,css,png} - fi - - distutils-r1_python_install_all -} - -python_test() { - cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die - cd "${BUILD_DIR}" || die - - if [[ ${EPYTHON} == python3* ]]; then - # don't use -n: it causes writes to hardlinked files - 2to3 -w --no-diffs tests || die - fi - - "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.ebuild deleted file mode 100644 index 3d362106d2..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.3.ebuild,v 1.5 2014/04/07 22:40:19 bicatali Exp $ - -EAPI=5 -# python3.3 because of dev-python/pygments -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # do not build docs over and over again - sed -i -e "/'build':/s:md_build:build:" setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_docs -} - -python_install_all() { - if use doc; then - local DOCS=( docs/. ) - - # templates which we don't want in docdir - rm -f docs/*.{html,css,png} - fi - - distutils-r1_python_install_all -} - -python_test() { - cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die - cd "${BUILD_DIR}" || die - - if [[ ${EPYTHON} == python3* ]]; then - # don't use -n: it causes writes to hardlinked files - 2to3 -w --no-diffs tests || die - fi - - "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.1.ebuild deleted file mode 100644 index 5ad5381e6c..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.4.1.ebuild,v 1.1 2014/05/26 08:46:17 patrick Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # do not build docs over and over again - sed -i -e "/'build':/s:md_build:build:" setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_docs -} - -python_install_all() { - if use doc; then - local DOCS=( docs/. ) - - # templates which we don't want in docdir - rm -f docs/*.{html,css,png} - fi - - distutils-r1_python_install_all -} - -python_test() { - cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die - pushd "${BUILD_DIR}" > /dev/null - - if [[ ${EPYTHON} == python3* ]]; then - # don't use -n: it causes writes to hardlinked files - 2to3 -w --no-diffs tests || die - fi - - "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" - popd > /dev/null -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.ebuild deleted file mode 100644 index a0e26a533e..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.4.ebuild,v 1.1 2014/04/12 04:16:19 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_PN="Markdown" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python implementation of the markdown markup language" -HOMEPAGE="http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" -IUSE="doc test pygments" - -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # do not build docs over and over again - sed -i -e "/'build':/s:md_build:build:" setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_docs -} - -python_install_all() { - if use doc; then - local DOCS=( docs/. ) - - # templates which we don't want in docdir - rm -f docs/*.{html,css,png} - fi - - distutils-r1_python_install_all -} - -python_test() { - cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die - pushd "${BUILD_DIR}" > /dev/null - - if [[ ${EPYTHON} == python3* ]]; then - # don't use -n: it causes writes to hardlinked files - 2to3 -w --no-diffs tests || die - fi - - "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" - popd > /dev/null -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild new file mode 100644 index 0000000000..f1817a405d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Markdown" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE="http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc test pygments" + +DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] )" +# source cites pytidylib however from testruns it appears optional +RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && esetup.py build_docs +} + +python_test() { + cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die + pushd "${BUILD_DIR}" > /dev/null + "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" + popd > /dev/null +} + +python_install_all() { + # make use doc do a doc build + use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. ) + + distutils-r1_python_install_all +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.3.ebuild new file mode 100644 index 0000000000..cfb17d6998 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Markdown" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE=" + http://www.freewisdom.org/projects/python-markdown + https://pypi.python.org/pypi/Markdown + https://pythonhosted.org/Markdown/ + https://github.com/waylan/Python-Markdown" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc test pygments" + +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytidylib[${PYTHON_USEDEP}] + )" +# source cites pytidylib however from testruns it appears optional +RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && esetup.py build_docs +} + +python_test() { + cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die + cd "${BUILD_DIR}" || die + "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + # make use doc do a doc build + use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. ) + + distutils-r1_python_install_all +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.4.ebuild new file mode 100644 index 0000000000..cfb17d6998 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.4.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Markdown" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE=" + http://www.freewisdom.org/projects/python-markdown + https://pypi.python.org/pypi/Markdown + https://pythonhosted.org/Markdown/ + https://github.com/waylan/Python-Markdown" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc test pygments" + +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytidylib[${PYTHON_USEDEP}] + )" +# source cites pytidylib however from testruns it appears optional +RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && esetup.py build_docs +} + +python_test() { + cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die + cd "${BUILD_DIR}" || die + "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + # make use doc do a doc build + use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. ) + + distutils-r1_python_install_all +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild new file mode 100644 index 0000000000..27d7bd7799 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Markdown" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE=" + http://www.freewisdom.org/projects/python-markdown + https://pypi.python.org/pypi/Markdown + https://pythonhosted.org/Markdown/ + https://github.com/waylan/Python-Markdown" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc test pygments" + +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytidylib[${PYTHON_USEDEP}] + )" +# source cites pytidylib however from testruns it appears optional +RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && esetup.py build_docs +} + +python_test() { + cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die + cd "${BUILD_DIR}" || die + "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + # make use doc do a doc build + use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. ) + + distutils-r1_python_install_all +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.6.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.6.ebuild new file mode 100644 index 0000000000..70d2a459ae --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.6.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Markdown" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE=" + http://www.freewisdom.org/projects/python-markdown + https://pypi.python.org/pypi/Markdown + https://pythonhosted.org/Markdown/ + https://github.com/waylan/Python-Markdown" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc test pygments" + +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytidylib[${PYTHON_USEDEP}] + )" +# source cites pytidylib however from testruns it appears optional +RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && esetup.py build_docs +} + +python_test() { + cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die + cd "${BUILD_DIR}" || die + "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + # make use doc do a doc build + use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. ) + + distutils-r1_python_install_all +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild new file mode 100644 index 0000000000..79a73dee4f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE=" + http://www.freewisdom.org/projects/python-markdown + https://pypi.python.org/pypi/Markdown + https://pythonhosted.org/Markdown/ + https://github.com/waylan/Python-Markdown" +SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc test pygments" + +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytidylib[${PYTHON_USEDEP}] + )" +# source cites pytidylib however from testruns it appears optional +RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${P^}" +PATCHES=( + # build system always builds docs + "${FILESDIR}"/${PN}-2.6.8-dont-build-docs-default.patch +) + +python_compile_all() { + if use doc; then + esetup.py build_docs + HTML_DOCS=( "${BUILD_DIR}"/docs/. ) + + # remove .txt files + find "${BUILD_DIR}"/docs -name '*.txt' -delete || die + fi +} + +python_test() { + cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die + cd "${BUILD_DIR}" || die + "${EPYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}" +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml index 6cd0e751c8..132dd61343 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml @@ -1,11 +1,15 @@ - python - - Enable fancy pygments support - - - Markdown - + + python@gentoo.org + Python + + + Enable fancy pygments support + + + Markdown + waylan/Python-Markdown + diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.0 deleted file mode 100644 index 0661344fce..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=test? ( dev-python/nose ) =dev-lang/python-2* -DESCRIPTION=Python implementation of the markdown markup language -EAPI=3 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments ) =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.1.0.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c26d86b53243d12d61b92288a78f5b3e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.1 deleted file mode 100644 index d75291491a..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=test? ( dev-python/nose ) dev-lang/python -DESCRIPTION=Python implementation of the markdown markup language -EAPI=3 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments -KEYWORDS=alpha amd64 ia64 ppc sparc x86 ~ppc-macos ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments ) dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.1.1.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=714c2a312f38499df3375ba247023d86 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.0 deleted file mode 100644 index 0aa9e7bb48..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=test? ( dev-python/nose ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=Python implementation of the markdown markup language -EAPI=4 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.2.0.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=dac4bd06cdb7598a8bf517e78dd8e8f7 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1 deleted file mode 100644 index 8eb3fa34e8..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=test? ( dev-python/nose ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=Python implementation of the markdown markup language -EAPI=4 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.2.1.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=4f9f74fa90d7690e06975c541b7eda7b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1-r1 deleted file mode 100644 index d0f3a355c4..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.2.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] -DESCRIPTION=Python implementation of the markdown markup language -EAPI=5 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments python_targets_pypy python_targets_python2_7 -KEYWORDS=alpha amd64 ~arm ia64 ppc sparc x86 ~ppc-macos ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.2.1.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=679da0b033fb4791a91ea96c6f6e595a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3 deleted file mode 100644 index a1c7d08053..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] -DESCRIPTION=Python implementation of the markdown markup language -EAPI=5 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments python_targets_pypy python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.3.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a6ada936d92109f9b41604afa16af00b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3.1 deleted file mode 100644 index bf4787e650..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.3.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] -DESCRIPTION=Python implementation of the markdown markup language -EAPI=5 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments python_targets_pypy python_targets_python2_7 -KEYWORDS=alpha amd64 ~arm ia64 ppc sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.3.1.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=dac9d20baf4f16633c9be2482157172f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4 deleted file mode 100644 index 83266417a0..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=Python implementation of the markdown markup language -EAPI=5 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments python_targets_pypy python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.4.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=084db30639f868e7e99185dbfa80c13a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4.1 deleted file mode 100644 index b3ba7574b9..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.4.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=Python implementation of the markdown markup language -EAPI=5 -HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments python_targets_pypy python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos -LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/M/Markdown/Markdown-2.4.1.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a7004a78414d5cf74c8c51abaaaad76c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.1 new file mode 100644 index 0000000000..ba39881f36 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Python implementation of the markdown markup language +EAPI=5 +HOMEPAGE=http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown +IUSE=doc test pygments python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 +KEYWORDS=alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/M/Markdown/Markdown-2.6.1.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=ace785ed1619eb2a3642c0a7ef2b3081 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.3 new file mode 100644 index 0000000000..f01e1b18ae --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytidylib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Python implementation of the markdown markup language +EAPI=5 +HOMEPAGE=http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown https://pythonhosted.org/Markdown/ https://github.com/waylan/Python-Markdown +IUSE=doc test pygments python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/M/Markdown/Markdown-2.6.3.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=352f58ed7f3108fa8abd52c7935fcadd diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.4 new file mode 100644 index 0000000000..31e1f881a1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytidylib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Python implementation of the markdown markup language +EAPI=5 +HOMEPAGE=http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown https://pythonhosted.org/Markdown/ https://github.com/waylan/Python-Markdown +IUSE=doc test pygments python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/M/Markdown/Markdown-2.6.4.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=352f58ed7f3108fa8abd52c7935fcadd diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.5 new file mode 100644 index 0000000000..066c3f89f8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytidylib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Python implementation of the markdown markup language +EAPI=5 +HOMEPAGE=http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown https://pythonhosted.org/Markdown/ https://github.com/waylan/Python-Markdown +IUSE=doc test pygments python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/M/Markdown/Markdown-2.6.5.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=5d6590525509fbcef2d05ff655a7111c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.6 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.6 new file mode 100644 index 0000000000..a6656acb0f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytidylib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Python implementation of the markdown markup language +EAPI=5 +HOMEPAGE=http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown https://pythonhosted.org/Markdown/ https://github.com/waylan/Python-Markdown +IUSE=doc test pygments python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/M/Markdown/Markdown-2.6.6.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=ca56d2f55ae4208a7089972a1ae08403 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.8 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.8 new file mode 100644 index 0000000000..a508de4583 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/markdown-2.6.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytidylib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Python implementation of the markdown markup language +EAPI=6 +HOMEPAGE=http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown https://pythonhosted.org/Markdown/ https://github.com/waylan/Python-Markdown +IUSE=doc test pygments python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/M/Markdown/Markdown-2.6.8.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=06598827e16eaad54ab968c1cc558c39