Collecting PySastrawi==1.1.0 1 location(s) to search for versions of PySastrawi: * https://pypi.python.org/simple/pysastrawi/ Getting page https://pypi.python.org/simple/pysastrawi/ Analyzing links from page https://pypi.org/simple/pysastrawi/ Found link https://files.pythonhosted.org/packages/70/64/85ace1b319dc135292b93a8cac859a1163c7267fd3615ac26ce0202a5d11/PySastrawi-1.1.0.tar.gz#sha256=f7c6a67ac80f9d766695385dacaf037f1da6c71f37a4edf258ec0aa5389869b8 (from https://pypi.org/simple/pysastrawi/), version: 1.1.0 Using version 1.1.0 (newest of versions: 1.1.0) Downloading https://files.pythonhosted.org/packages/70/64/85ace1b319dc135292b93a8cac859a1163c7267fd3615ac26ce0202a5d11/PySastrawi-1.1.0.tar.gz (189kB) Downloading from URL https://files.pythonhosted.org/packages/70/64/85ace1b319dc135292b93a8cac859a1163c7267fd3615ac26ce0202a5d11/PySastrawi-1.1.0.tar.gz#sha256=f7c6a67ac80f9d766695385dacaf037f1da6c71f37a4edf258ec0aa5389869b8 (from https://pypi.org/simple/pysastrawi/) Running setup.py (path:/tmp/pip-build-9be19iux/PySastrawi/setup.py) egg_info for package PySastrawi Running command python setup.py egg_info running egg_info creating pip-egg-info/PySastrawi.egg-info writing top-level names to pip-egg-info/PySastrawi.egg-info/top_level.txt writing pip-egg-info/PySastrawi.egg-info/PKG-INFO writing dependency_links to pip-egg-info/PySastrawi.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/PySastrawi.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/PySastrawi.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/PySastrawi.egg-info/SOURCES.txt' Source in /tmp/pip-build-9be19iux/PySastrawi has version 1.1.0, which satisfies requirement PySastrawi==1.1.0 from https://files.pythonhosted.org/packages/70/64/85ace1b319dc135292b93a8cac859a1163c7267fd3615ac26ce0202a5d11/PySastrawi-1.1.0.tar.gz#sha256=f7c6a67ac80f9d766695385dacaf037f1da6c71f37a4edf258ec0aa5389869b8 Building wheels for collected packages: PySastrawi Running setup.py bdist_wheel for PySastrawi: started Destination directory: /tmp/tmpk31hqa4hpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-9be19iux/PySastrawi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpk31hqa4hpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/Sastrawi copying src/Sastrawi/__init__.py -> build/lib/Sastrawi creating build/lib/Sastrawi/Dictionary copying src/Sastrawi/Dictionary/DictionaryInterface.py -> build/lib/Sastrawi/Dictionary copying src/Sastrawi/Dictionary/ArrayDictionary.py -> build/lib/Sastrawi/Dictionary copying src/Sastrawi/Dictionary/__init__.py -> build/lib/Sastrawi/Dictionary creating build/lib/Sastrawi/StopWordRemover copying src/Sastrawi/StopWordRemover/StopWordRemover.py -> build/lib/Sastrawi/StopWordRemover copying src/Sastrawi/StopWordRemover/StopWordRemoverFactory.py -> build/lib/Sastrawi/StopWordRemover copying src/Sastrawi/StopWordRemover/__init__.py -> build/lib/Sastrawi/StopWordRemover creating build/lib/Sastrawi/Stemmer copying src/Sastrawi/Stemmer/StemmerFactory.py -> build/lib/Sastrawi/Stemmer copying src/Sastrawi/Stemmer/Stemmer.py -> build/lib/Sastrawi/Stemmer copying src/Sastrawi/Stemmer/CachedStemmer.py -> build/lib/Sastrawi/Stemmer copying src/Sastrawi/Stemmer/__init__.py -> build/lib/Sastrawi/Stemmer copying src/Sastrawi/Stemmer/StemmerInterface.py -> build/lib/Sastrawi/Stemmer creating build/lib/Sastrawi/Morphology copying src/Sastrawi/Morphology/InvalidAffixPairSpecification.py -> build/lib/Sastrawi/Morphology copying src/Sastrawi/Morphology/__init__.py -> build/lib/Sastrawi/Morphology creating build/lib/Sastrawi/Stemmer/Cache copying src/Sastrawi/Stemmer/Cache/__init__.py -> build/lib/Sastrawi/Stemmer/Cache copying src/Sastrawi/Stemmer/Cache/CacheInterface.py -> build/lib/Sastrawi/Stemmer/Cache copying src/Sastrawi/Stemmer/Cache/ArrayCache.py -> build/lib/Sastrawi/Stemmer/Cache creating build/lib/Sastrawi/Stemmer/ConfixStripping copying src/Sastrawi/Stemmer/ConfixStripping/PrecedenceAdjustmentSpecification.py -> build/lib/Sastrawi/Stemmer/ConfixStripping copying src/Sastrawi/Stemmer/ConfixStripping/__init__.py -> build/lib/Sastrawi/Stemmer/ConfixStripping creating build/lib/Sastrawi/Stemmer/Filter copying src/Sastrawi/Stemmer/Filter/__init__.py -> build/lib/Sastrawi/Stemmer/Filter copying src/Sastrawi/Stemmer/Filter/TextNormalizer.py -> build/lib/Sastrawi/Stemmer/Filter creating build/lib/Sastrawi/Stemmer/Context copying src/Sastrawi/Stemmer/Context/Context.py -> build/lib/Sastrawi/Stemmer/Context copying src/Sastrawi/Stemmer/Context/RemovalInterface.py -> build/lib/Sastrawi/Stemmer/Context copying src/Sastrawi/Stemmer/Context/Removal.py -> build/lib/Sastrawi/Stemmer/Context copying src/Sastrawi/Stemmer/Context/__init__.py -> build/lib/Sastrawi/Stemmer/Context copying src/Sastrawi/Stemmer/Context/ContextInterface.py -> build/lib/Sastrawi/Stemmer/Context creating build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/RemoveInflectionalPossessivePronoun.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/DontStemShortWord.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/RemoveInflectionalParticle.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/RemoveDerivationalSuffix.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/__init__.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/RemovePlainPrefix.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/VisitorProvider.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/AbstractDisambiguatePrefixRule.py -> build/lib/Sastrawi/Stemmer/Context/Visitor copying src/Sastrawi/Stemmer/Context/Visitor/PrefixDisambiguator.py -> build/lib/Sastrawi/Stemmer/Context/Visitor creating build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule42.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule10.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule25.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule23.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule29.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule24.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule5.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule35.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule1.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule16.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule4.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule13.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule9.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule11.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule27.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule38.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule40.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule3.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule7.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule41.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule39.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule36.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule2.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule12.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule31.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule8.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule37.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule17.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/__init__.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule32.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule34.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule30.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule28.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule20.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule26.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule6.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule18.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule14.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule19.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule21.py -> build/lib/Sastrawi/Morphology/Disambiguator copying src/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule15.py -> build/lib/Sastrawi/Morphology/Disambiguator creating build/lib/Sastrawi/Stemmer/data copying src/Sastrawi/Stemmer/data/kata-dasar.txt -> build/lib/Sastrawi/Stemmer/data copying src/Sastrawi/Stemmer/data/kata-dasar.original.txt -> build/lib/Sastrawi/Stemmer/data installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/Sastrawi creating build/bdist.linux-armv7l/wheel/Sastrawi/Dictionary copying build/lib/Sastrawi/Dictionary/DictionaryInterface.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Dictionary copying build/lib/Sastrawi/Dictionary/ArrayDictionary.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Dictionary copying build/lib/Sastrawi/Dictionary/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Dictionary creating build/bdist.linux-armv7l/wheel/Sastrawi/StopWordRemover copying build/lib/Sastrawi/StopWordRemover/StopWordRemover.py -> build/bdist.linux-armv7l/wheel/Sastrawi/StopWordRemover copying build/lib/Sastrawi/StopWordRemover/StopWordRemoverFactory.py -> build/bdist.linux-armv7l/wheel/Sastrawi/StopWordRemover copying build/lib/Sastrawi/StopWordRemover/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/StopWordRemover creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Cache copying build/lib/Sastrawi/Stemmer/Cache/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Cache copying build/lib/Sastrawi/Stemmer/Cache/CacheInterface.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Cache copying build/lib/Sastrawi/Stemmer/Cache/ArrayCache.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Cache copying build/lib/Sastrawi/Stemmer/StemmerFactory.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/ConfixStripping copying build/lib/Sastrawi/Stemmer/ConfixStripping/PrecedenceAdjustmentSpecification.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/ConfixStripping copying build/lib/Sastrawi/Stemmer/ConfixStripping/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/ConfixStripping copying build/lib/Sastrawi/Stemmer/Stemmer.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer copying build/lib/Sastrawi/Stemmer/CachedStemmer.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer copying build/lib/Sastrawi/Stemmer/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Filter copying build/lib/Sastrawi/Stemmer/Filter/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Filter copying build/lib/Sastrawi/Stemmer/Filter/TextNormalizer.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Filter creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context copying build/lib/Sastrawi/Stemmer/Context/Context.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context copying build/lib/Sastrawi/Stemmer/Context/RemovalInterface.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context copying build/lib/Sastrawi/Stemmer/Context/Removal.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context copying build/lib/Sastrawi/Stemmer/Context/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context copying build/lib/Sastrawi/Stemmer/Context/ContextInterface.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/RemoveInflectionalPossessivePronoun.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/DontStemShortWord.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/RemoveInflectionalParticle.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/RemoveDerivationalSuffix.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/RemovePlainPrefix.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/VisitorProvider.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/AbstractDisambiguatePrefixRule.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor copying build/lib/Sastrawi/Stemmer/Context/Visitor/PrefixDisambiguator.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/Context/Visitor creating build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/data copying build/lib/Sastrawi/Stemmer/data/kata-dasar.txt -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/data copying build/lib/Sastrawi/Stemmer/data/kata-dasar.original.txt -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer/data copying build/lib/Sastrawi/Stemmer/StemmerInterface.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Stemmer creating build/bdist.linux-armv7l/wheel/Sastrawi/Morphology copying build/lib/Sastrawi/Morphology/InvalidAffixPairSpecification.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology creating build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule42.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule10.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule25.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule23.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule29.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule24.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule5.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule35.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule1.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule16.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule4.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule13.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule9.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule11.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule27.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule38.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule40.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule3.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule7.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule41.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule39.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule36.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule2.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule12.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule31.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule8.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule37.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule17.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule32.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule34.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule30.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule28.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule20.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule26.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule6.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule18.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule14.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule19.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule21.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/Disambiguator/DisambiguatorPrefixRule15.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology/Disambiguator copying build/lib/Sastrawi/Morphology/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi/Morphology copying build/lib/Sastrawi/__init__.py -> build/bdist.linux-armv7l/wheel/Sastrawi running install_egg_info running egg_info writing dependency_links to src/PySastrawi.egg-info/dependency_links.txt writing src/PySastrawi.egg-info/PKG-INFO writing top-level names to src/PySastrawi.egg-info/top_level.txt reading manifest file 'src/PySastrawi.egg-info/SOURCES.txt' writing manifest file 'src/PySastrawi.egg-info/SOURCES.txt' Copying src/PySastrawi.egg-info to build/bdist.linux-armv7l/wheel/PySastrawi-1.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/PySastrawi-1.1.0.dist-info/WHEEL Running setup.py bdist_wheel for PySastrawi: finished with status 'done' Stored in directory: /tmp/tmpwe24aeo1 Successfully built PySastrawi Cleaning up... Removing source in /tmp/pip-build-9be19iux/PySastrawi